rajesh
Asked: In: Computer Science
what is linked list?
what is linked list?
Related searches | linked list example | doubly linked list | linked list in c | linked list java | linked list c++ | linked list python | types of linked list | single linked list
Related searches | linked list example | doubly linked list | linked list in c | linked list java | linked list c++ | linked list python | types of linked list | single linked list
Related searches | linked list example | doubly linked list | linked list in c | linked list java | linked list c++ | linked list python | types of linked list | single linked list
Related searches | linked list example | doubly linked list | linked list in c | linked list java | linked list c++ | linked list python | types of linked list | single linked list
Related searches | linked list example | doubly linked list | linked list in c | linked list java | linked list c++ | linked list python | types of linked list | single linked list
Related searches | linked list example | doubly linked list | linked list in c | linked list java | linked list c++ | linked list python | types of linked list | single linked list Related searches linked list example doubly linked list linked list in c linked list java linked list c++ linked list python types of linked list single linked list
Share
A linked list is a dynamic data structure where each element or node is made up of two items – the data and a pointer which points to the next node. The first node is called a head and if the list is empty then the value of head is NULL.
Types of linked list:
1. Simple Linked List
2. Doubly Linked List
3. Circular Linked List