https://github.com/florence-nyokabi/library-management-system
Exploring Binary Trees: Group Project
https://github.com/florence-nyokabi/library-management-system
binary-search binary-tree
Last synced: about 2 months ago
JSON representation
Exploring Binary Trees: Group Project
- Host: GitHub
- URL: https://github.com/florence-nyokabi/library-management-system
- Owner: Florence-nyokabi
- Created: 2024-08-12T15:35:09.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-16T19:37:58.000Z (9 months ago)
- Last Synced: 2025-01-13T21:44:33.823Z (4 months ago)
- Topics: binary-search, binary-tree
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Overview
A simple library management system that uses a Binary Search Tree (BST) to manage books. Features include adding, searching, listing, and removing books.## Files
- book.py: Defines the Book class.
- binary_search_tree.py: Contains the BinarySearchTree class implementation.
- main.py: Provides a command-line interface for interacting with the library system.
- README.md: Project documentation.## Usage
To run the application, execute the following command:
```bash
python main.py