| about | help | code help+videos | done | prefs |
peter@norvig.com recursion
Description:A list of exercises having to do with recursive functions
Recursive data structures:
balanced_mobile H Balanced mobiles (different version)
Recursion on lists:
permutations H Permutations of a list
combinations H Combinations of a list
Recursion on numbers:
change H Making change for a sum of money
changes H More change
Could be done equally well with recursion or iteration:
collatz H Collatz Sequences
Copyright Nick Parlante 2017 - privacy