Time Stamps
all time stamps will be provided in video comments so feel free to skip around! (this doc will be updated whenever I finish recording each problem)
Virtual Section / Intro to Recursive Tracing
- This video covers an introduction to what recursion is, some real world examples + brief code examples dives into how to stack frame works which is very essential to know, and dives deep into why we need a base case, and what the base case and recursive case are.
- Link: https://www.loom.com/share/5abc5b6734f64020b0e1d9bbce860cb3
Recursive Tracing Mystery Problem Solutions
-
These videos dive deep into the recursive tracing mystery problems. The first video is much longer because here is how I structure it:
- I introduce THREE different visual representations for recursive tracing (because I know we all learn different and some visual representations might not be super helpful to certain people vs others)
- for recursive tracing Mystery #1 and Mystery #2, these are in their own video, and I solve each problem using ALL 3 METHODS. (I will add time stamps so maybe you can skip around if you know which visual representation works best for you!)
-
I separate recursive tracing mystery 3,4,5 into their own video!
-
Links:
RECURSIVE TRACING 1,2 (done)
Recursive Tracing 3,4,5 (done)
ETA: 5/06/2023 at like 4am lol (maybe sooner maybe a lil later, who knows hehehe)
AssortedRecursion (done)
Substring (done)