@@ -32,6 +32,7 @@ I want share my updates on daily basis practice.
3232| ------- |
3333| [ 0005-longest-palindromic-substring] ( https://github.com/Sangram03/Leetcode/tree/master/0005-longest-palindromic-substring ) |
3434| [ 1025-minimum-cost-for-tickets] ( https://github.com/Sangram03/Leetcode/tree/master/1025-minimum-cost-for-tickets ) |
35+ | [ 1986-largest-color-value-in-a-directed-graph] ( https://github.com/Sangram03/Leetcode/tree/master/1986-largest-color-value-in-a-directed-graph ) |
3536| [ 2061-painting-a-grid-with-three-different-colors] ( https://github.com/Sangram03/Leetcode/tree/master/2061-painting-a-grid-with-three-different-colors ) |
3637| [ 2164-two-best-non-overlapping-events] ( https://github.com/Sangram03/Leetcode/tree/master/2164-two-best-non-overlapping-events ) |
3738| [ 3143-longest-unequal-adjacent-groups-subsequence-i] ( https://github.com/Sangram03/Leetcode/tree/master/3143-longest-unequal-adjacent-groups-subsequence-i ) |
@@ -78,6 +79,7 @@ I want share my updates on daily basis practice.
7879| [ 0073-set-matrix-zeroes] ( https://github.com/Sangram03/Leetcode/tree/master/0073-set-matrix-zeroes ) |
7980| [ 0768-partition-labels] ( https://github.com/Sangram03/Leetcode/tree/master/0768-partition-labels ) |
8081| [ 0952-word-subsets] ( https://github.com/Sangram03/Leetcode/tree/master/0952-word-subsets ) |
82+ | [ 1986-largest-color-value-in-a-directed-graph] ( https://github.com/Sangram03/Leetcode/tree/master/1986-largest-color-value-in-a-directed-graph ) |
8183| [ 2059-unique-length-3-palindromic-subsequences] ( https://github.com/Sangram03/Leetcode/tree/master/2059-unique-length-3-palindromic-subsequences ) |
8284| [ 2107-find-unique-binary-string] ( https://github.com/Sangram03/Leetcode/tree/master/2107-find-unique-binary-string ) |
8385| [ 2300-construct-string-with-repeat-limit] ( https://github.com/Sangram03/Leetcode/tree/master/2300-construct-string-with-repeat-limit ) |
@@ -153,6 +155,7 @@ I want share my updates on daily basis practice.
153155## Counting
154156| |
155157| ------- |
158+ | [ 1986-largest-color-value-in-a-directed-graph] ( https://github.com/Sangram03/Leetcode/tree/master/1986-largest-color-value-in-a-directed-graph ) |
156159| [ 2300-construct-string-with-repeat-limit] ( https://github.com/Sangram03/Leetcode/tree/master/2300-construct-string-with-repeat-limit ) |
157160| [ 3267-find-longest-special-substring-that-occurs-thrice-i] ( https://github.com/Sangram03/Leetcode/tree/master/3267-find-longest-special-substring-that-occurs-thrice-i ) |
158161## Simulation
@@ -239,11 +242,13 @@ I want share my updates on daily basis practice.
239242| |
240243| ------- |
241244| [ 1558-course-schedule-iv] ( https://github.com/Sangram03/Leetcode/tree/master/1558-course-schedule-iv ) |
245+ | [ 1986-largest-color-value-in-a-directed-graph] ( https://github.com/Sangram03/Leetcode/tree/master/1986-largest-color-value-in-a-directed-graph ) |
242246| [ 2246-maximum-employees-to-be-invited-to-a-meeting] ( https://github.com/Sangram03/Leetcode/tree/master/2246-maximum-employees-to-be-invited-to-a-meeting ) |
243247## Topological Sort
244248| |
245249| ------- |
246250| [ 1558-course-schedule-iv] ( https://github.com/Sangram03/Leetcode/tree/master/1558-course-schedule-iv ) |
251+ | [ 1986-largest-color-value-in-a-directed-graph] ( https://github.com/Sangram03/Leetcode/tree/master/1986-largest-color-value-in-a-directed-graph ) |
247252| [ 2246-maximum-employees-to-be-invited-to-a-meeting] ( https://github.com/Sangram03/Leetcode/tree/master/2246-maximum-employees-to-be-invited-to-a-meeting ) |
248253## Union Find
249254| |
@@ -262,4 +267,8 @@ I want share my updates on daily basis practice.
262267| |
263268| ------- |
264269| [ 3001-apply-operations-to-maximize-score] ( https://github.com/Sangram03/Leetcode/tree/master/3001-apply-operations-to-maximize-score ) |
270+ ## Memoization
271+ | |
272+ | ------- |
273+ | [ 1986-largest-color-value-in-a-directed-graph] ( https://github.com/Sangram03/Leetcode/tree/master/1986-largest-color-value-in-a-directed-graph ) |
265274<!-- -LeetCode Topics End-->
0 commit comments