/sorting-algorithms

Implementation of different sorting algorithms in python

Primary LanguagePython

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