6-10PM challenge problem #004

akbhairwal

akbhairwal

Posted on October 5, 2019

6-10PM challenge problem #004

Reverse Linked List

Example:

Input: 1->2->7->4->5->NULL
Output: 5->4->7->2->1->NULL
Follow up:

A linked list can be reversed either iteratively or recursively. Could you implement both?

💖 💪 🙅 🚩
akbhairwal
akbhairwal

Posted on October 5, 2019

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

6-10PM challenge problem #004
challenge 6-10PM challenge problem #004

October 5, 2019