Logo 
Search:

C++ Programming FAQ

Submit Interview FAQ
Home » Interview FAQ » C++ ProgrammingRSS Feeds

What is Doubly or Two-Way Linked List in dfs (data file structure)?

  Shared By: Imelda Miller    Date: Apr 13    Category: C++ Programming    Views: 1134

Answer:

A linked list which can be traversed both in backward as well as forward direction is called doubly linked list. It uses double set of pointers.

Share: 
 



Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: