Skip to content

Python Sorting Algorithms: Visualized step-by-step tutorials and code for classic sorting methods with animations.

Notifications You must be signed in to change notification settings

IuliiaKonovalova/sorting-algorithms

Repository files navigation

Sorting Algorithms

About

This repository contains the implementation of the most common sorting algorithms in Python.

Each algorithm has an animation option that shows how the algorithm works, a step-by-step tutorial on how the algorithm works and the implementation of the algorithm in Python.

How to use

The project hasn't been published yet, so you need to clone the repository to use it.

git clone https://github.com/IuliiaKonovalova/sorting-algorithms.git

Create a virtual environment

python -m venv .venv

Activate the virtual environment

source .venv/bin/activate

Install the dependencies

pip install -r requirements.txt

Run the project

python run.py

About

Python Sorting Algorithms: Visualized step-by-step tutorials and code for classic sorting methods with animations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published