We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24813f6 commit 89aac2bCopy full SHA for 89aac2b
src/main/java/com/example/SortAlgorithms.java
@@ -19,7 +19,7 @@
19
* 算法评估分析类见 {@link Bench}
20
*
21
*/
22
-class SortAlgorithms {
+public class SortAlgorithms {
23
public static final boolean ENABLE_PRINT = false;
24
25
public static void main(String[] args) {
0 commit comments