CSE2001 A
CSE2001 A
PRESIDENCY UNIVERSITY
BENGALURU
Page 1 of 2
(CO2) (10 Marks)
5.b. Explain with the help of an example insertion and deletion in a Binary Search Tree.
(CO3) (06 Marks)
5.c. Write the following methods insert_begin(), insert_end(), display() for Singly Linked List using the
Node class. (CO3) (10 Marks)
OR
6.a. List two applications of Stack. (CO3) (04 Marks)
6.b. Write methods for preorder, postorder and inorder traversal in a binary tree.
(CO3) (06 Marks)
6.c. Write the following methods delete_begin(), delete_end(), display() for Singly Linked List using the
Node class. (CO3) (10 Marks)
Page 2 of 2