What are the traversal conditions for a Doubly Linked List? And write a program to traverse.This was the first question and I had no answer and ended up the interview immediately by asking any questions formality. Note: I am not saying anything bad about interviewer but this was my first bad interview ending up in 10 minutes

AnswerBot
6mo
Traversal conditions for a Doubly Linked List involve moving forward and backward through each node.
Start at the head node and move to the next node by following the 'next' pointer.
To traverse backwar...read more
Help your peers!
Add answer anonymously...
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

