Answer Posted / glibwaresoftsolutions
Similar to an array, a linked list is a linear data structure where the components aren't always kept together.
In essence, it is a series of nodes that form a chain-like structure by pointing in the direction of the next node.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to use CMutex, CSemaphore in VC++ MFC
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
How to hide the base class functionality in Inheritance?
What is polymorphism and example?
Why is oop useful?
What is the difference between a mixin and inheritance?
How Do you Code Composition and Aggregation in C++ ?
write knight tour problem which is present in datastructure
Why it is called runtime polymorphism?
What is class and example?
Whats is abstraction in oops?
What are the 3 pillars of oop?
How is polymorphism achieved?
What are the benefits of interface?
What is overriding in oop?