how to code
#Syntax Cheat Sheet
#Introduction
#Expressions and Evaluation rules
#Learning Effectively
#How to Design Functions Example
#Lists
- Lists
- Data Directed Design
- Where does recursion come from?
- Enum data
- Union data
- Self Referential Data(Recursion)
- The two main things you need to focus on are:
- Self reference template
- Recursion Exercise
- Similarities
- How does it work?
- Table method
- Top mistakes students make when doing recursion
- Debugging recursive functions
- Why is recursion hard?
- List Abbreviation
#Abstraction
#Trees
#Simultaneous Processing
#What is Generative Recursion aka Algorithms?