
The Real Dangers of Social Media
markmanson.net/social-media
Mar 14, 2023
1

The One Rule for Life
markmanson.net/the-one-rule-for-life
Mar 14, 2023
28

Python: Beginner Friendly "Recursion to DP" Intuition Explained - Longest Increasing Path in a Matrix - LeetCode
leetcode.com/problems/longest-increasing-path-in-a-matrix/solutions/2052360/python-beginner-friendly-recursion-to-dp-intuition-explained/
Mar 13, 2023
2

What does a state represent in terms of Dynamic Programming?
www.quora.com/What-does-a-state-represent-in-terms-of-Dynamic-Programming
Mar 12, 2023
2

leetcode.com/discuss/study-guide/1152328/01-Knapsack-Problem-and-Dynamic-Programming
Mar 11, 2023
1

Longest Palindromic Substring - LeetCode
leetcode.com/problems/longest-palindromic-substring/editorial/
Mar 9, 2023
1

Longest Palindromic Subsequence - LeetCode
leetcode.com/problems/longest-palindromic-subsequence/editorial/
Mar 9, 2023
1

Bottom-up DP / Two pointers - Longest Palindromic Substring - LeetCode
leetcode.com/problems/longest-palindromic-substring/solutions/151144/bottom-up-dp-two-pointers/
Mar 9, 2023
2

C++ DP (Detailed Explanation with Examples) - Count Substrings That Differ by One Character - LeetCode
leetcode.com/problems/count-substrings-that-differ-by-one-character/solutions/1523218/c-dp-detailed-explanation-with-examples/
Mar 9, 2023
3

How do you develop recurrence relationships for dynamic programming problems?
www.quora.com/How-do-you-develop-recurrence-relationships-for-dynamic-programming-problems
Mar 8, 2023
1
What's the difference between recursion, memoization & dynamic programming?
stackoverflow.com/questions/12133754/whats-the-difference-between-recursion-memoization-dynamic-programming
Mar 8, 2023
2

CS 225 | BFS & DFS
courses.engr.illinois.edu/cs225/sp2023/resources/bfs-dfs/
Mar 8, 2023
1

Path With Minimum Effort - LeetCode
leetcode.com/problems/path-with-minimum-effort/
Mar 8, 2023
1

C++ MST: Kruskal + Prim's + Complete Graph - Min Cost to Connect All Points - LeetCode
leetcode.com/problems/min-cost-to-connect-all-points/solutions/843940/c-mst-kruskal-prim-s-complete-graph/?orderBy=most_votes
Mar 8, 2023
1

Spanning Tree - javatpoint
www.javatpoint.com/spanning-tree
Mar 8, 2023
2

Minimum Cost Graph - GeeksforGeeks
www.geeksforgeeks.org/minimum-cost-graph/
Mar 7, 2023
1
Disjoint Set Union (Union Find) - Prateek Garg
www.hackerearth.com/practice/notes/disjoint-set-union-union-find/
Mar 7, 2023
2

๐ฅPython3๐ฅ Union-find (This is the best problem to learn the most basic Union-find algorithm) - Find if Path Exists in Graph - LeetCode
leetcode.com/problems/find-if-path-exists-in-graph/solutions/2926806/python3-union-find-this-is-the-best-problem-to-learn-the-most-basic-union-find-algorithm/
Mar 7, 2023
1

Union find Go Solution - Find if Path Exists in Graph - LeetCode
leetcode.com/problems/find-if-path-exists-in-graph/solutions/2928180/union-find-go-solution/
Mar 7, 2023
2
GitHub - spakin/disjoint: Disjoint-set data structure for Go
github.com/spakin/disjoint
Mar 7, 2023
1

Redundant Connection - LeetCode
leetcode.com/problems/redundant-connection/
Mar 7, 2023
3

Course Schedule - LeetCode
leetcode.com/problems/course-schedule/description/
Mar 7, 2023
1

207: Solution with step by step explanation - Course Schedule - LeetCode
leetcode.com/problems/course-schedule/solutions/3223175/207-solution-with-step-by-step-explanation/
Mar 7, 2023
4

Neat and concise Dart solution beats 100% - Course Schedule - LeetCode
leetcode.com/problems/course-schedule/solutions/3130664/neat-and-concise-dart-solution-beats-100/
Mar 7, 2023
1