Skip to content

Commit 7ddcd43

Browse files
committed
changelog and remove unused import
1 parent c7c2d88 commit 7ddcd43

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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!

src/prompts/SortPrompt.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
package prompts;
66

77
import javax.swing.JFrame;
8-
import javax.swing.JOptionPane;
98

109
import frames.UtilFrame;
1110
import main.ArrayVisualizer;
@@ -14,7 +13,6 @@
1413
import threads.RunAllSorts;
1514
import threads.RunComparisonSort;
1615
import threads.RunDistributionSort;
17-
import threads.RunHybridSorts;
1816

1917
/*
2018
*

0 commit comments

Comments
 (0)