What is linked list?
Linked List consists of a sequence of nodes. These nodes are made-up of the following:
Linked List consists of a sequence of nodes. These nodes are made-up of the following:
- A Data Field for housing the data item
- One or Two Reference/s for pointing at other node/s i.e. pointing to the next/previous node/s.
0 comments:
Post a Comment