Tuesday, June 22, 2010

PROGRAMMING ASSIGNMENT

1.Write a Program to sort a given list of objects by using Heap Sort.

2.Write a program to perform Hashing by using the concept of separate chaining.

3.Develop a program to create a Binary Search Tree, and to perform the operations search, insertion and deletion.

4.Develop a program to create a AVL Tree, and to perform the operations search, insertion and deletion.

5.Develop a program to create B+ Tree, and to perform the operations search, insertion and deletion.

No comments:

Post a Comment