Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 750 Bytes

README.md

File metadata and controls

43 lines (24 loc) · 750 Bytes

python-sorting-strategy

Implementing two sorting algorithms under the OOP principles and the "strategy" design pattern.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

python

installing

copy the project to your machine

git clone https://github.com/ayoubabozer/python-sorting-strategy.git

Running the tests

get into the Dir python-sorting-strategy.

cd python-sorting-strategy

and run

python main.py

Authors