Python Program created as a part of the AISDI course at Warsaw University of Technology.
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.
Project was carried out together with