DEV Community

akbhairwal
akbhairwal

Posted on

1 1

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?

Top comments (0)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay