Linked list
[su_youtube url="https://youtu.be/yPV4TH45zFc" title="Linked List"] Linked list What is a linked list? Are container where data is stored in nodes The nodes consist single data item and pointer/reference to the next node What is a node? The node is nothing but a link in the linked list The node contains two…