Recursion examples in Python, from Wengrow's Algorithms and Data Structures.
Make anagrams out of a string.
Count total number of characters in an array of strings.
Find even numbers in an array.
Find the position of letter "x" in a string.
Flatten a compound array.
Quicksort of an int array.
Merge sorting of an int array.