Logo 
Search:

C++ Programming FAQ

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

List Disadvantages of Linked Lists in dfs (data file structure).

  Shared By: Kai Evans    Date: Nov 18    Category: C++ Programming    Views: 2078

Answer:

- In linked list, if we want to access any node it is difficult.
- It is occupying more memory.

Share: 
 



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


Tagged: