The Build the Forest in Python project is the repository for the Build the Forest Series. This project provides several tree data structure implementation, and is mainly for educative and informative purposes.
Python 3.11
or newer is required.
There are a few ways to install forest-python
.
- Install the latest release from PyPI
pip install forest-python
- Install from Github
git clone https://github.com/burpeesDaily/forest-python.git
cd forest-python
pip install -r requirements.txt