can anybody help with my code I was not able to debug it although my logic seems correct.
link to my code:>>
if(nfact > 26)continue; (line 28)
Remove this line of code and you’ll get an AC as number of times a letter is present can be greater than 26.