Ruby-Recursions

[App Academy] W1D4: Ruby Recursion Exercises

Exercises include:

  • Exponentiation
  • Deep duplication of arrays
  • Fibonacci series
  • Binary search
  • Making optimal change given a value and set of currency
  • Merge sort
  • Subsets of an array