count string permutations hackerrank code example
Example: count string permutations hackerrank solution in python
Input: n = 1
Output: 5
Explanation: All possible strings are: "a", "e", "i" , "o" and "u".
Input: n = 1
Output: 5
Explanation: All possible strings are: "a", "e", "i" , "o" and "u".