Q-3-2 Given the following Linked list HEAD 25 Apply the following operations on the above Linked List by drawing the con
Posted: Fri Jul 08, 2022 6:34 am
Q-3-2 Given the following Linked list HEAD 25 Apply the following operations on the above Linked List by drawing the content of the linked list after each operation: (5 Marks) addEnd(8), addEnd(13), deleteHead(25), addEnd(17), deleteHead(8) addEnd(45), deleteHead(13), addEnd(90), deleteHead(17), addEnd(100)