You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-4
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
[LeetCode solutions](http://maskray.me/blog/2014-06-29-leetcode-solutions) gives some thoughts on selected problems.
4
4
5
-
Solved 482/559 problems.
5
+
Solved 489/1771 problems.
6
6
7
7
## Database
8
8
@@ -12,6 +12,16 @@ See [database.md](database.md)
12
12
13
13
| # | Title | Solution |
14
14
|---| ----- | -------- |
15
+
|1897|[Maximize Palindrome Length From Subsequences](https://leetcode.com/problems/maximize-palindrome-length-from-subsequences)|[maximize-palindrome-length-from-subsequences.cc](maximize-palindrome-length-from-subsequences.cc)|
16
+
|1896|[Maximum Score from Performing Multiplication Operations](https://leetcode.com/problems/maximum-score-from-performing-multiplication-operations)|[maximum-score-from-performing-multiplication-operations.cc](maximum-score-from-performing-multiplication-operations.cc)|
17
+
|1895|[Minimum Number of Operations to Move All Balls to Each Box](https://leetcode.com/problems/minimum-number-of-operations-to-move-all-balls-to-each-box)|[minimum-number-of-operations-to-move-all-balls-to-each-box.cc](minimum-number-of-operations-to-move-all-balls-to-each-box.cc)|
|1876|[Map of Highest Peak](https://leetcode.com/problems/map-of-highest-peak)|[map-of-highest-peak.cc](map-of-highest-peak.cc)|
20
+
|1875|[Tree of Coprimes](https://leetcode.com/problems/tree-of-coprimes)|[tree-of-coprimes.cc](tree-of-coprimes.cc)|
21
+
|1874|[Form Array by Concatenating Subarrays of Another Array](https://leetcode.com/problems/form-array-by-concatenating-subarrays-of-another-array)|[form-array-by-concatenating-subarrays-of-another-array.cc](form-array-by-concatenating-subarrays-of-another-array.cc)|
22
+
|916|[Decoded String at Index](https://leetcode.com/problems/decoded-string-at-index)|[decoded-string-at-index.cc](decoded-string-at-index.cc)|
|673|[Number of Longest Increasing Subsequence](https://leetcode.com/problems/number-of-longest-increasing-subsequence)|[number-of-longest-increasing-subsequence.cc](number-of-longest-increasing-subsequence.cc)|
|634|[Find the Derangement of An Array](https://leetcode.com/problems/find-the-derangement-of-an-array)|[find-the-derangement-of-an-array.cc](find-the-derangement-of-an-array.cc)|
17
27
|633|[Sum of Square Numbers](https://leetcode.com/problems/sum-of-square-numbers)|[sum-of-square-numbers.cc](sum-of-square-numbers.cc)|
@@ -149,7 +159,6 @@ See [database.md](database.md)
149
159
|366|[Find Leaves of Binary Tree](https://leetcode.com/problems/find-leaves-of-binary-tree)|[find-leaves-of-binary-tree.cc](find-leaves-of-binary-tree.cc)|
150
160
|365|[Water and Jug Problem](https://leetcode.com/problems/water-and-jug-problem)|[water-and-jug-problem.cc](water-and-jug-problem.cc)|
151
161
|364|[Nested List Weight Sum II](https://leetcode.com/problems/nested-list-weight-sum-ii)|[nested-list-weight-sum-ii.cc](nested-list-weight-sum-ii.cc)|
152
-
|363|[Max Sum of Rectangle No Larger Than K](https://leetcode.com/problems/max-sum-of-sub-matrix-no-larger-than-k)|[max-sum-of-sub-matrix-no-larger-than-k.cc](max-sum-of-sub-matrix-no-larger-than-k.cc)|
153
162
|362|[Design Hit Counter](https://leetcode.com/problems/design-hit-counter)|[design-hit-counter.cc](design-hit-counter.cc)|
|211|[Add and Search Word - Data structure design](https://leetcode.com/problems/add-and-search-word-data-structure-design)|[add-and-search-word-data-structure-design.cc](add-and-search-word-data-structure-design.cc)|
|34|[Search for a Range](https://leetcode.com/problems/search-for-a-range)|[search-for-a-range.cc](search-for-a-range.cc)|
464
471
|33|[Search in Rotated Sorted Array](https://leetcode.com/problems/search-in-rotated-sorted-array)|[search-in-rotated-sorted-array.cc](search-in-rotated-sorted-array.cc)|
0 commit comments