Reverse a Linked List: Recursive | Java

Описание к видео Reverse a Linked List: Recursive | Java

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:
   • Reverse a Linked List: Iterative | Java  

Комментарии

Информация по комментариям в разработке