Skip to main content

Home/ EdTechTalk/ Group items tagged ##LinkedList

Rss Feed Group items tagged

eyssant

Linked List Operations - Traverse, Insert and Delete - 0 views

  •  
    A linked list is a linear data structure, in which the elements are stored in the form of a node. Each node contains two sub-elements. A data part that stores the value of the element and next part that stores the pointer to the next node.
eyssant

Data Structure Linked List - AlphaCodingSkills - 0 views

  •  
    A linked list is a linear data structure, in which the elements are stored in the form of a node. Each node contains two sub-elements. A data part that stores the value of the element and next part that stores the pointer to the next node.
1 - 2 of 2
Showing 20 items per page