We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Prepare
- Algorithms
- Strings
- Funny String
- Discussions
Funny String
Funny String
Sort by
recency
|
1336 Discussions
|
Please Login in order to post a comment
or
Here is my simple c++ solution, video explanation here : https://youtu.be/gcNAo9voHvk.
My Python code
def funnyString(s): s2 = s[::-1]