Back to Browse

Reverse a Linked List: Recursive | Java

29.1K views
Apr 21, 2017
19:28

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

Download

1 formats

Video Formats

360pmp453.8 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Reverse a Linked List: Recursive | Java | NatokHD