curriculum
curriculum copied to clipboard
Student suggested :https://takeuforward.org/recursion/tail-recursion-explained/


Add the steps for breaking down a reduce problem. 1. Input/Output 2. Identify the type of problem (map/filter/reduce) 3. Define the initial accumulator. 4. Define the steps of the enumeration....

While we're at it, shorten the doctest. 
We don't cover using elixir with quick scripts. Lars wrote a great article that covers what I think we should capture near the Executables section https://underjord.io/scripting-with-elixir.html
