What is linked list in c++?? Can anyone please provide me code for that!!!! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What is linked list in c++?? Can anyone please provide me code for that!!!!

26th Oct 2016, 3:10 PM
sadia sharif
4 Answers
+ 7
Linked list is a number of nodes(that have a value and pointer(s) to the next node(and in some cases previous))
27th Oct 2016, 11:45 AM
Remmae
Remmae - avatar
+ 3
linked list is an ADT abstract data type it is useful concept when it comes to real life programming as it gives u the advantage of real tym memory allocation, how cool is this, this means u should b worried about how many bytes to allocate like in array in this if user needs more nodes they can add them as per there need. due to some reason I can't give you the code but you can find it on google
26th Oct 2016, 3:53 PM
KUNARK KHEWAL
KUNARK KHEWAL - avatar
+ 2
pls vote for my answer and if interested follow me
26th Oct 2016, 3:59 PM
KUNARK KHEWAL
KUNARK KHEWAL - avatar
+ 1
Thanks...
26th Oct 2016, 3:56 PM
sadia sharif