Skip to content

Commit 725a380

Browse files
kosoraYintaihaoel
authored andcommitted
Java Solution for 9、38、50、58、92、125、151、206、242, KMP for problem 9
1 parent 726e762 commit 725a380

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

algorithms/java/src/palindromeNumber/PalindromeNumber.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Source : https://leetcode.com/problems/valid-palindrome/description/
1+
// Source : https://oj.leetcode.com/problems/palindrome-number/
22
// Author : Tianming Cao
33
// Date : 2018-02-11
44

algorithms/java/src/reverseWordsInAString/ReverseWordsInAString.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Source : https://leetcode.com/problems/valid-palindrome/description/
1+
// Source : https://leetcode.com/problems/reverse-words-in-a-string/description/
22
// Author : Tianming Cao
33
// Date : 2018-02-11
44

0 commit comments

Comments
 (0)