Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
yennanliu committed Oct 1, 2023
1 parent 7e72222 commit b3e2176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@
364| [Nested List Weight Sum II](https://leetcode.com/problems/nested-list-weight-sum-ii/) | [Python](./leetcode_python/Depth-First-Search/nested-list-weight-sum-ii.py) | _O(n)_ | _O(h)_ | Medium |🔒, `linkedin`| AGAIN*
366| [Find Leaves of Binary Tree](https://leetcode.com/problems/find-leaves-of-binary-tree/) | [Python](./leetcode_python/Depth-First-Search/find-leaves-of-binary-tree.py) | _O(n)_ | _O(h)_ | Medium |🔒, `linkedin`| AGAIN*
399| [Evaluate Division](https://leetcode.com/problems/evaluate-division/) | [Python](./leetcode_python/Depth-First-Search/evaluate-division.py) | _O(q * \|V\|!)_ | _O(e)_ | Medium |`union find`, `dfs`, `AGAIN`, `good trick` `google`, `fb`| AGAIN*********** (6)
417 | [Pacific Atlantic Water Flow](https://leetcode.com/problems/pacific-atlantic-water-flow/) | [Python](./leetcode_python/Depth-First-Search/pacific-atlantic-water-flow.py), [Java](./LeetCodeJava/DFS/PacificAtlanticWaterFlow.java) | _O(m * n)_ | _O(m * n)_ | Medium |Curated Top 75, 2 direction dfs, dfs, matrix, `m$`,`google`| AGAIN** (3)
417 | [Pacific Atlantic Water Flow](https://leetcode.com/problems/pacific-atlantic-water-flow/) | [Python](./leetcode_python/Depth-First-Search/pacific-atlantic-water-flow.py), [Java](./leetcode_java/src/main/java/LeetCodeJava/DFS/PacificAtlanticWaterFlow.java) | _O(m * n)_ | _O(m * n)_ | Medium |Curated Top 75, 2 direction dfs, dfs, matrix, `m$`,`google`| AGAIN** (3)
464| [Can I Win](https://leetcode.com/problems/can-i-win/) | [Python](./leetcode_python/Depth-First-Search/can-i-win.py) | _O(n!)_ | _O(n)_ | Medium |`DP`, `linkedin`| AGAIN* (not start)
491| [Increasing Subsequences](https://leetcode.com/problems/increasing-subsequences/) | [Python](./leetcode_python/Depth-First-Search/increasing_subsequences.py) | | | Medium |`trick`,`dfs`,`dfs good trick`, `dp`,`yahoo` ,`fb`| AGAIN***** (2)
515| [Find Largest Value in Each Tree Row](https://leetcode.com/problems/find-largest-value-in-each-tree-row/) | [Python](./leetcode_python/Depth-First-Search/find-largest-value-in-each-tree-row.py) | _O(n)_ | _O(h)_ | Medium |`good basic`,`linkedin`| AGAIN* (3)
Expand Down

0 comments on commit b3e2176

Please sign in to comment.