Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 415 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 415 Bytes

algorithms3050: Data Augumentation and Red Black Trees

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