Logo 
Search:

C++ Programming FAQ

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

List Types of Linked List in dfs (data file structure).

  Shared By: Yasmin Silva    Date: Nov 13    Category: C++ Programming    Views: 1380

Answer:

- Singly or Chain Linked List.
- Doubly or Two Way Linked List.
- Circular Linked List.
- Circular Doubly Linked List.

Share: 
 

Didn't find what you were looking for? Find more on List Types of Linked List in dfs (data file structure). Or get search suggestion and latest updates.


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


Tagged: