Doubt in editorial solution

plz tell why freq array size is taken as 256

hello @pratik.win

total 256 different characters are there thats why we took freq array size as 256 (so that we can calculate frequence of any character)