You are on page 1of 2

CS212T: DATA STRUCTURE TERM: 1ST TERM(2021)

LAB 01: DOUBLY LINKED LIST

Lab Exercise 1:
Given a doubly linked list and a key x. delete all occurrences of the given key x from the
doubly linked list.
Lab Exercise 2:
Given a Doubly Linked List, then print list backward:

You might also like