Skip to content

rohitsingh186/library-management-in-c-avl-tree

Repository files navigation

library-management-in-c-avl-tree

This code implements a library management program in C. The data structure used to do this is AVL Tree. An AVL tree is being used to store data whenever required. THe basic functionalities provided within the management system are:-
1> Insert
2> Delete
3> Search
4> Number of Records
5> Is Empty
6> Is Full
7> Top Most Author
8> List Unique
9> List Union
10> List Intersection
11> List Difference
12> List Symmetric Difference

This project was build as new project inside dev-cpp. So it might be best to use dev-cpp while using this code.For opening the whole project inside dev-cpp, look for .dev file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages