Reversing a String
This lesson will teach you how to reverse a string with recursion
What does reverse mean?
When given a string, we can do multiple actions with it. One of these being, reversing a string. By reversing we simply mean, we can take the string and flip it. All the letters in the front, go to the back and vice versa. The illustration below shows exactly how to do that!
Level up your interview prep. Join Educative to access 80+ hands-on prep courses.