Strings Max Frequency Character(only 1 testcase wrong)
@Saksham12
Try the most trivial of the testcases with a single character input.
Input :
c
Expected Output :
c
Your Output :
(Some random character)
1 Like