WHAT IS LINKED LIST?? It is a non contiguous data structure having nodes connected to each other and each node contains two parts that is the data part and reference part(for the linking of nodes). TYPES OF LINKED LIST SINGLE LINKED LIST Here each e...
kalibaranwal.hashnode.dev14 min read
No responses yet.