reverse a linked list
AnswerBot
5mo
Reverse a linked list by changing the next pointers of each node
Start with three pointers: prev = null, current = head, next = null
Iterate through the list, updating the next pointer of each node to p...read more
Help your peers!
Add answer anonymously...
Popular interview questions of Associate Engineer
Stay ahead in your career. Get AmbitionBox app
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+
Reviews
4 L+
Interviews
4 Cr+
Salaries
1 Cr+
Users/Month
Contribute to help millions
Get AmbitionBox app