Tags


春风又绿江南岸 | Less is more

· TAGS ~ 🏷️列表

DP

Leetcode - Word Break

LC139, LC140, LC343


Leetcode - Unique BST

LC95,LC96


Leetcode - Ugly Number

LC263, LC264, LC313


Leetcode - Special Pattern

LC351, LC651, LC688, LC935


Leetcode - Minimum Cost

LC322, LC983, LC1105, LC1155, LC1130


Leetcode - Math Related

LC813, LC837, LC1058


Leetcode - Longest Subsequence

LC300, LC376, LC673, LC516, LC1027, LC873, LC368, LC842, LC960


Leetcode - Longest Subarray and Substring

LC718, LC647


Leetcode - House Robber / Subarray Product

LC198, LC213, LC337, LC740, LC152, LC713


Leetcode - Dominoes

LC833,


Leetcode - Buy and Sell Stock

LC121, LC122, LC123, LC188, LC309, LC714


LC刷题自我检讨

自我检讨


Leetcode - Arithmetic Slices

LC413, LC446


LC466. Count The Repetitions

A difficult DP problem


Leetcode - Paint House

LC256, LC265


LC410. Split Array Largest Sum


LC403. Frog Jump


LC97. Interleaving String

Find whether s3 is formed by the interleaving of s1 and s2.


LC87. Scramble String


LC464. Can I Win


LC32. Longest Valid Parentheses


LC174. Dungeon Game


LC115. Distinct Subsequences


LC474. Ones and Zeroes

Building strings using existed ones.


LC471. Encode String with Shortest Length

Encode the string such that its encoded length is the shortest.


LC44. Wildcard Matching

Implement wildcard pattern matching with support for '?' and '*'.


LC363. Max Sum of Rectangle No Larger Than K

Find the max sum of a rectangle in the matrix such that its sum is no larger than k.


LC354. Russian Doll Envelopes


LC321. Create Maximum Number

Find max k numbers in two array.


LC312. Burst Balloons


LC10. Regular Expression Matching

Implement regular expression matching with support for '.' and '*'.


LC300. Longest Increasing Subsequence

not necessarily continuous


Leetcode - Stock Problems

Best Time to Buy and Sell Stock


LC84/85. Maximal Rectangle || Max rectangle in Histogram

Find maximal rectangle in matrix/array


LC123. Best Time to Buy and Sell Stock III

At most two transactions.