A simple visualization program for sorting algorithms implementing the Swing GUI Toolkit and AWT(Abstract Window Toolkit) Algorithms: Insertion sort, Selection sort, Bubble sort, Merge sort, Quick sort, Heap sort
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
8
commits
Fixed the horrid mess this code was, seperated UI from logic
6126309View on GitHubAdded a MouseListener to DrawCanvas, this way the user can change the values in the array by clicking on the rectangles
849d3b4View on GitHubFixed the issue with the reset button, added binary tree representation for the future implementation of heapsort, now the program automatically changes representation based on the comboboxes
02f32a3View on GitHub