This project implements work with Hash Table and Binary Search Tree.
- Create a virtual environment:
python -m venv venv - Activate it:
.\venv\Scripts\activate - Install the library:
pip install -r requirements.txt - Run the program:
python main.py
- Color output via the Rich library.
- Saving the tree state in JSON format.
- Log operations to a file.