tricky permutations
No ouput showing in this code but showing on my compiler
Hello @vinaykumar4530,
You have consider all the letters in the input string as Capital.
So, ch - ‘a’ will not produce the desired index.
Hope, I have cleared your doubts.
1 Like
oh ok ok thanks so much