vrr-21 / py-sort

Sorting algorithms written in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sorting algorithms written in Python.

Algorithms covered:

  • Simple extract minimum everytime and add to new array
  • Bubble sort
  • Insertion sort
  • Selection sort
  • Quick sort
  • Merge sort
  • Heap sort

All algorithms written as a function in seperate files. To try em, include that function in the header of tester.py, and call that function.

Make sure to include a valid test file!

About

Sorting algorithms written in Python


Languages

Language:Python 100.0%