Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.26 KB

File metadata and controls

45 lines (31 loc) · 1.26 KB

Sorting Simulation

License: MIT

Simulation of various sort algorithms and visualization methods

Execution Video : https://www.youtube.com/watch?v=Y03rWErFeR4

Requirements

  • Python3 tested on 3.8.2
  • PyQt5 tested on 5.15.0
  • PyQtGraph tested on 0.11.0
  • numpy tested on 1.18.3
  • Matplotlib tested on 3.2.1

Future Plan

  • Highlight current active or accessed element
  • Reasonable time consuming; only control changed data not whole data
  • User input by CSV
  • Make comb-sort and radix-sort
  • Multiple windows to compare results from different algorithms using threading

Relevant Documentation

English documentation

Additional Korean documentation

License

MIT