Skip to content

Implementation of different sorting algorithms in python

Notifications You must be signed in to change notification settings

mushipeas/sorting-algorithms

Repository files navigation

Sorting Algorithms

About

This is a personal project implementing different searching algorithms in python, for practice.

To Initialise the Project

Recommended:

In the root dir of project, run:

python -m venv .venv

This should create a virtual environment

Activate the environment:

.\.venv\Scripts\activate (Windows)
source .venv/bin/activate (UNIX)

Install required packages:

pip install -r requirements.txt

For dev: Once packages are installed and applied, using pip freeze will output all installed packages. pip freeze

See: https://pip.pypa.io/en/latest/user_guide/#requirements-files

About

Implementation of different sorting algorithms in python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages