Given an array arr[] of size n, The task is to find the GCD of the highest and lowest frequency element in the given array.… Read More The post Find GCD of most occurring and least occurring elements of given Array appeared first on GeeksforGeeks.
Daily Archives: December 15, 2021
I am trying to understand how Bash executes commands. When I run cal, I see this: December 2021 Su Mo Tu We Th Fr Sa 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 […]
I’m using ipset for containing and matching a sets of IPv4 and it works great! I tried to do the same with IPv6 addresses and ran with errors. I have a IPv6.cidr file that contains IPv6 addresses and a subnet mask: 2A03:C2C0::/32 2A03:C6C0::/32 ... I want to block any IPv6 […]
I was a Dev-Channel Insider when there was no Windows11. Once upgrading from win10 to win11 became available for Dev-Channel insiders, I did so. Now that I’m using Windows11, I want to become Dev-Channel insider again. But windows11 does not let me to join the program. This is the screenshot […]
I had a Windows 10 and I decided to try Windows 11. My bios works in EFI mode. I had 2 physical disks on my PC: disk 1: here is my current Windows 10 installed disk 2: a disk with an unallocated area for installing Windows 11 Both are GPT […]
Need help with an Excel function to display only the high scorer in the High Score column. Example Adam is best Golf and John is best in Tennis Player Game Score High Score Adam Golf 99.00 Adam Bill Golf 85.00 John Golf 73.00 Adam Tennis 25.00 Bill Tennis 54.00 John […]