Skip to content

Commit f24e7f0

Browse files
JackieHooJackieHoo
JackieHoo
authored and
JackieHoo
committed
add
1 parent fa2c679 commit f24e7f0

File tree

6 files changed

+10
-0
lines changed

6 files changed

+10
-0
lines changed

205.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Isomorphic Strings

409.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Longest Palindrome

647.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Palindromic Substrings

696.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Count Binary Substrings

9.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Palindrome Number

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,20 @@ All leetcode questions that solved in different methods.
44

55
|question number|URL|type|result|
66
|:---:|:---:|:---:|:---:|
7+
|[9](./9.md)|[Palindrome Number](https://leetcode-cn.com/problems/palindrome-number/description/)|string|😯|
8+
|[205](./205.md)|[Isomorphic Strings](https://leetcode-cn.com/problems/isomorphic-strings/description/)|string|😯|
79
|[240](./240.md)|[Search a 2D Matrix II](https://leetcode-cn.com/problems/search-a-2d-matrix-ii/description/)|array|👌|
810
|[242](./242.md)|[Valid Anagram](https://leetcode-cn.com/problems/valid-anagram/description/)|string|👌|
911
|[283](./283.md)|[Move Zeroes](https://leetcode-cn.com/problems/move-zeroes/description/)|array|👌|
1012
|[287](./287.md)|[Find the Duplicate Number](https://leetcode-cn.com/problems/find-the-duplicate-number/description/)|array|👌|
1113
|[378](./378.md)|[Kth Smallest Element in a Sorted Matrix](https://leetcode-cn.com/problems/kth-smallest-element-in-a-sorted-matrix/description/)|array|👌|
14+
|[409](./409.md)|[Longest Palindrome](https://leetcode-cn.com/problems/longest-palindrome/description/)|string|😯|
1215
|[485](./485.md)|[Max Consecutive Ones](https://leetcode-cn.com/problems/max-consecutive-ones/description/)|array|👌|
1316
|[565](./565.md)|[Array Nesting](https://leetcode-cn.com/problems/array-nesting/description/)|array|👌|
1417
|[645](./645.md)|[Set Mismatch](https://leetcode-cn.com/problems/set-mismatch/description/)|array|👌|
18+
|[647](./647.md)|[Palindromic Substrings](https://leetcode-cn.com/problems/palindromic-substrings/description/)|string|😯|
1519
|[667](./667.md)|[Beautiful Arrangement II](https://leetcode-cn.com/problems/beautiful-arrangement-ii/description/)|array|👌|
20+
|[696](./696.md)|[Count Binary Substrings](https://leetcode-cn.com/problems/count-binary-substrings/description/)|string|😯|
1621
|[697](./697.md)|[Degree of an Array](https://leetcode-cn.com/problems/degree-of-an-array/description/)|array|👌|
1722
|[766](./766.md)|[Toeplitz Matrix](https://leetcode-cn.com/problems/toeplitz-matrix/)|array|👌|
1823
|[769](./769.md)|[Max Chunks To Make Sorted](https://leetcode-cn.com/problems/max-chunks-to-make-sorted/description/)|array|👌|

0 commit comments

Comments
 (0)