We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c1d40 commit 532128fCopy full SHA for 532128f
1 file changed
qingsongxueAlgorithm/src/me/algorithm/ch02/extend/HanoiTest.java
@@ -24,6 +24,5 @@ private static void move(char A,char C){
24
}
25
public static void main(String[] args){
26
hanoi(3,'A','B','C');
27
-// System.out.println("--->");
28
29
0 commit comments