Covers how to reverse a linked list using a recursive approach. Code in Java!
Checkpoints:
0:11 -- Concept Review (explaining the problem)
2:30 -- Implementation (the code & reasoning behind it)
13:30 -- Try it out on an example! (testing out our code)
Notes for watchers:
The signature for the Try It Out code implementation should be 'public Node reverse(Node curr)'. Sorry for the error!
== Learn More! ==
Iterative Solution:
https://www.youtube.com/watch?v=myqO52fwY5k