This is my h1: Data Structure
This is my h2: LinkedList
The ordered list of features of the linkedlist :
Head pointer
Tail pointer
Nodes inside the list
Unordered list of features of a node:
data
next->
<- pre
Hover to change color