Skip to content

Repository files navigation

Recursions in Python

Recursion examples in Python, from Wengrow's Algorithms and Data Structures.

Anagrams.py

Make anagrams out of a string.

Count_chars.py

Count total number of characters in an array of strings.

Even.py & Even2.py

Find even numbers in an array.

Findx.py

Find the position of letter "x" in a string.

Flatten.py

Flatten a compound array.

Quicksort.py

Quicksort of an int array.

Mergesort.py

Merge sorting of an int array.

Stairs.py

Triang.py

About

Recursion examples

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages