• + 2 comments
    max = max < h[tempChar - 97] ? h[tempChar - 97] : max;
    

    Can you please explain this statement, it is the if else statement but I am not able to comprehend it properly.