Logo 
Search:

C++ Programming FAQ

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

What is Linked List in dfs (data file structure)?

  Shared By: Abigail Campbell    Date: Nov 19    Category: C++ Programming    Views: 1186

Answer:

Linked list is a dynamic data structure that contains a “link” to the structure containing the next item. It is a collection of structures ordered not by their physical placement in memory (like array) but by logical links that are stored as part of the data in the structure itself.

Share: 
 

Didn't find what you were looking for? Find more on What is 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: