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.
- Host: GitHub
- URL: https://github.com/ayush-that/bookstore-using-binary-search-tree
- Owner: ayush-that
- License: gpl-3.0
- Created: 2024-10-27T08:26:31.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T10:22:28.000Z (11 months ago)
- Last Synced: 2025-04-30T16:50:03.996Z (5 months ago)
- Topics: admin, array, binary-search-tree, bookstore, c, hashmap
- Language: C
- Homepage:
- Size: 3.51 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#  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