An open API service indexing awesome lists of open source software.

https://github.com/ayush-that/bookstore-using-binary-search-tree

Data Structures project based learning assignment. An online bookstore using BST.
https://github.com/ayush-that/bookstore-using-binary-search-tree

admin array binary-search-tree bookstore c hashmap

Last synced: 4 months ago
JSON representation

Data Structures project based learning assignment. An online bookstore using BST.

Awesome Lists containing this project

README

          

# ![C](https://img.shields.io/badge/c-%2300599C.svg?style=for-the-badge&logo=c&logoColor=white) Bookstore-Using-Binary-Search-Tree

I implemented the admin side of a book store management system using binary search trees, hashmaps, file management, and arrays. This repo contains the code, [screenshots](/screenshots), and the [report](/report.pdf) file I submitted.

#### Features:
1. Add Book
2. Delete Book
3. Update Quantity
4. Check Availability
5. Generate Bill

#### Data Structures used:
1. Array
2. Binary Search Tree
3. Hashmap