Tag: dynamic-programming
All the articles with the tag "dynamic-programming".
-
[LeetCode] 2501. Longest Square Streak in an Array
array hash-table binary-search -
[LeetCode] 124. Binary Tree Maximum Path Sum
dynamic-programming tree dfs -
[LeetCode] 2472. Maximum Number of Non-overlapping Palindrome Substrings
string dynamic-programming -
[LeetCode] 446. Arithmetic Slices II - Subsequence
array dynamic-programming -
[LeetCode] 1235. Maximum Profit in Job Scheduling
array binary-search dynamic-programming -
[LeetCode] 1143. Longest Common Subsequence
string dynamic-programming -
[LeetCode] 300. Longest Increasing Subsequence
array binary-search dynamic-programming -
[LeetCode] 279. Perfect Squares
math dynamic-programming bfs -
[LeetCode] 337. House Robber III
dynamic-programming tree dfs -
[LeetCode] 322. Coin Change
array dynamic-programming bfs