- This is a series of code examples: Step Zero: Clone this repository.
- First, create a python virtual environment:
python3 -m venv .venv
- Activate it:
source .venv/bin/activate
- Then load up the libraries we use to visualize nodes:
pip install -r requirements.txt
- Run each program to see what happens!
python redblack-1.py
, for example.