Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 219 Bytes

File metadata and controls

10 lines (7 loc) · 219 Bytes

Printing the validity of a string

A string to be valid if all characters of the string appear the same number of times.

Input:
A string.

Output:
YES if valid, otherwise NO

Author: Anirban Bal