Skip to content

burpeesDaily/forest-python

Repository files navigation

Build the Forest in Python

image

image

image

image

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.

Requirements

Python 3.11 or newer is required.

Installation

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