Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 746 Bytes

File metadata and controls

42 lines (29 loc) · 746 Bytes

SortViz

Coverage

A Python package for visualizing various sorting methods.

Sorters

Bubble Sort

Bubble Sort

Merge Sort

Merge Sort

QuickSort

QuickSort

Sort Algorithm Comparison

Sort Comparison

Installation

  1. Git clone the repository
    git clone git@github.com:GeoffBarrett/SortViz.git
  2. Install Poetry
    pip install poetry==1.3.2
  3. Install Package
    poetry install

Run Tests

poetry run ./test.sh