Many times when we face an interview doubly link list questions comes. In this blog we will see some important doubly linked list interview questions.
- What is doubly linked list and where it is used?
- what is difference between singly linked list and doubly linked list?
- How can you reverse the order of a doubly linked list?
- Convert a binary tree into doubly linked list.
- what are advantages and disadvantages of doubly linked list?
- what is circular doubly linked list?
- sort a doubly linked list data structure.
- Clone a doubly linked list with first and random pointers.
- what is xor doubly linked list?
The post interview questions on doubly linked list appeared first on wikistack.