TongTong Shi's Blog
A Playground to Share My Knowledge
Partition to K Equal Sum Subsets Partition to K Equal Sum Subsets
LeetCode Q 698 - Partition to K Equal Sum SubsetsGiven an array of integers nums and a positive integer k, find whether
2019-04-26 Tong Shi
Longest Turbulent Subarray Longest Turbulent Subarray
LeetCode Q 978 - Longest Turbulent SubarrayA subarray A[i], A[i+1], …, A[j] of A is said to be turbulent if and only if:
2019-04-26 Tong Shi
Longest Increasing Path in a Matrix Longest Increasing Path in a Matrix
LeetCode Q 329 - Longest Increasing Path in a MatrixGiven an integer matrix, find the length of the longest increasing p
2019-04-26 Tong Shi
Maximal Square Maximal Square
LeetCode Q 221 - Maximal SquareGiven a 2D binary matrix filled with 0’s and 1’s, find the largest square containing onl
2019-04-25 Tong Shi
Minimum ASCII Delete Sum for Two Strings Minimum ASCII Delete Sum for Two Strings
LeetCode Q 712 - Minimum ASCII Delete Sum for Two StringsGiven two strings s1, s2, find the lowest ASCII sum of deleted
2019-04-25 Tong Shi
Delete Operation for Two Strings Delete Operation for Two Strings
LeetCode Q 583 - Delete Operation for Two StringsGiven two words word1 and word2, find the minimum number of steps requ
2019-04-25 Tong Shi
54 / 79