Skip to content

Commit d6e655a

Browse files
committed
solve 234 with Java using simulation
1 parent 323a17c commit d6e655a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

solutions/234.Palindrome_Linked_List/AC_simulation_n.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
* Author: illuz <iilluzen[at]gmail.com>
33
* File: AC_simulation_n.java
44
* Create Date: 2015-07-29 11:45:55
5-
* Descripton:
5+
* Descripton:
66
*/
77

8-
98
import java.util.*;
109

1110

0 commit comments

Comments
 (0)