Skip to content

EdgarPozas/SortAlgorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

SortAlgorithms

This is my own implementation of some sort algorithms.

Requirements

You need the following tools:

  • Python (>=3.9.0)

Installation

First download or clone the repository. Next place in the folder and open a terminal.

Run Installation

In order to run the app run the following command

python __init__.py

Algorithms

  • Selection sort
  • Bubble sort
  • Insertion sort
  • Merge sort
  • Quick sort
  • Radix sort
  • Counting sort
  • Bucket sort
  • Shell sort