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(5), addEnd(10), addEnd(33), delete Head (25), deleteHead(5), addEnd(55), addEnd(14), addEnd(18), deleteHead(33), addEnd(100)