curriculum icon indicating copy to clipboard operation
curriculum copied to clipboard

Results 71 curriculum issues
Sort by recently updated
recently updated
newest added

Student suggested :https://takeuforward.org/recursion/tail-recursion-explained/

![image](https://github.com/DockYard-Academy/curriculum/assets/14877564/d388e428-bcb7-41d0-9edc-d89b98429e61)

![image](https://github.com/DockYard-Academy/curriculum/assets/14877564/6314794a-6529-448c-87ba-3075e132e3f6)

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....

![image](https://github.com/DockYard-Academy/curriculum/assets/14877564/1ac970c5-1898-41e4-a015-2907e596a6a1)

While we're at it, shorten the doctest. ![image](https://github.com/DockYard-Academy/curriculum/assets/14877564/49d8e2b9-4a59-40c0-8a1c-15a49bfd0610)

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

enhancement

![image](https://github.com/DockYard-Academy/curriculum/assets/14877564/c501d69f-edd7-4f92-9fe7-556ce5bfaf9b)