Skip to content

patrick-bedkowski/Sorting-Algorithms-Visualized

Repository files navigation

Sorting-Algorithms-Visualized

Python Program created as a part of the AISDI course at Warsaw University of Technology.

Project Description

Project contains implementation of the following algorithms:

  • Bubble sort
  • Merge sort
  • Quick sort
  • Selection sort

Moreover, each algorithm has a corresponding file that tests multiple sets of data. Testing is done with a pytest module. The results of testing is visualized in plots that are located in the plots folder.

Credits

Project was carried out together with

About

Python Program created as a part of the AISDI course at Warsaw University of Technology.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages