Node creation ● Nodes linking ● Printing node's data ● Accessing node ● Traverse 1 ● Traverse 2 ● Node insertion ● Insertion possibilities ● Modify data ● Insertion to front of empty list ● Insertion to front of non empty list ● Insertion to end of list ● Insertion to middle of list ● Insertion to sorted list ● Deletion form empty list ● Deletion of first node ● Deletion of middle node ● Insertion to doubly linked list ● Deletion from double linked list ● Circular double linked list ●
DSLO, Dr. Abdullah Basuhail, FCIT, KAU, 1440H/2018G