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

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

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