getting one test case wrong
https://ide.codingblocks.com/s/48940
Maximum frequency
Hi Aastha. Instead of creating an array size 26, create an array of size 256 because there are 256 ASCII characters.
thank you. It worked
Hi Aastha. Instead of creating an array size 26, create an array of size 256 because there are 256 ASCII characters.
thank you. It worked