https://leetcode.com/problems/minimum-falling-path-sum/description/
Min sum moving bottom center, left, right in 2D matrix.
Min sum moving bottom center, left, right in 2D matrix.
👍1
https://leetcode.com/problems/sum-of-subarray-minimums/description
Sum of minimums of all array ranges.
Sum of minimums of all array ranges.
👍2
https://leetcode.com/problems/set-mismatch/description
Return missing and duplicated number in
Return missing and duplicated number in
1..n
array with one number replaced.👍4
https://leetcode.com/problems/maximum-length-of-a-concatenated-string-with-unique-characters/description
Max length subsequence of strings array with unique chars.
Max length subsequence of strings array with unique chars.
👍3
https://leetcode.com/problems/pseudo-palindromic-paths-in-a-binary-tree/description/
Count can-form-a-palindrome paths root-leaf in a binary tree.
Count can-form-a-palindrome paths root-leaf in a binary tree.
👍4
https://leetcode.com/problems/longest-common-subsequence/description/
Longest common subsequence of two strings.
Longest common subsequence of two strings.
👍2
https://leetcode.com/problems/out-of-boundary-paths/description/
Number of paths from cell in grid to out of boundary.
Number of paths from cell in grid to out of boundary.
👍2
https://leetcode.com/problems/k-inverse-pairs-array/description
Number of arrays of
Number of arrays of
1..n
with k
reversed order pairs.👍3
https://leetcode.com/problems/number-of-submatrices-that-sum-to-target/description/
Count submatrix target sums.
Count submatrix target sums.
👍2
https://leetcode.com/problems/evaluate-reverse-polish-notation/description
Solve Reverse Polish Notation.
Solve Reverse Polish Notation.
👍2
https://leetcode.com/problems/daily-temperatures/description/
Array of distances to the next largest.
Array of distances to the next largest.
👍3
https://leetcode.com/problems/divide-array-into-arrays-with-max-difference/description
Split array into tripples with at most
Split array into tripples with at most
k
difference.👍3
https://leetcode.com/problems/sequential-digits/description
Numbers with sequential digits in
Numbers with sequential digits in
low..high
range.👍4
https://leetcode.com/problems/partition-array-for-maximum-sum/description/
Max sum of partition array into chunks size of at most
Max sum of partition array into chunks size of at most
k
filled with max value in chunk.👍3
https://leetcode.com/problems/minimum-window-substring/description
Minimum window of
Minimum window of
s
including all chars of t
.👍3
https://leetcode.com/problems/first-unique-character-in-a-string/description/
First non-repeating char position.
First non-repeating char position.
👍3👎1