Varied approaches to classic problems || Iterative self improvement via the algorithmic approach
- Reverse A String: Display the characters of a string in reverse order
- Reverse A Sentence: Display the words in a sentence in reverse order
- Merge Arrays: Given two arrays, return them combined as a single array, sorted in ascending order
- Is Unique String: Determine whether all characters in string are unique
- Is Unique String RegEx: Use regular expressions to determine whether all characters in string are unique
- Is Permutation: Given two strings, write a method to decide if one is a permutation of the other
- Fibonacci Index Iterative: Return the value that would be present at n index in the Fibonnacci sequence
- Fibonacci Index Recursive: Return the value that would be present at n index in the Fibonnacci sequence
- Reverse A String: Display the characters of a string in reverse order
- Reverse A String: Display the characters of a string in reverse order