File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,11 @@ java -cp bin;lib/classgraph-4.8.47.jar main.ArrayVisualizer
2424- Refactored / optimized code
2525
2626## 6/2/2020 - Version 3.11
27- _ changelog coming soon_
27+ - Minor update to MIT license
28+ - Fixed typo in Flipped Min Heapsort
29+ - Improved highlights on Heapsorts (Already sorted heaps now display redundant comparisons)
30+ - Bug fix for Patiencesort on reversed arrays
31+ - Quicksorts exhibiting worst-case behavior during "Run All Sorts" run much faster
2832
2933## 5/30/2020 - Version 3.1
3034- Error messages with detailed information will now appear within the program!
Original file line number Diff line number Diff line change 55package prompts ;
66
77import javax .swing .JFrame ;
8- import javax .swing .JOptionPane ;
98
109import frames .UtilFrame ;
1110import main .ArrayVisualizer ;
1413import threads .RunAllSorts ;
1514import threads .RunComparisonSort ;
1615import threads .RunDistributionSort ;
17- import threads .RunHybridSorts ;
1816
1917/*
2018 *
You can’t perform that action at this time.
0 commit comments