Maximum frequency

getting one test case wrong
https://ide.codingblocks.com/s/48940

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