Advanced Data Structures & Algorithms Lab (23A05403A)
Experiment-1:
Construct a BST for a given set of elements to perform the operations Creation, Insertion, Deletion. Display the content of BST using inorder traversal
Experiment-2:
Construct an AVL Tree for a given set of elements to perform the operations Creation, Insertion, Deletion. Display the content of AVL Tree using inorder traversal