Algorithms
Introduction
1.
Chapter 1 Graphs and Trees
1.1.
Find out cycle or topology in a graph
1.2.
Minimum Height Trees- Leetcode 310
1.3.
DFS vs. BFS
2.
Chapter 2 Binary Search
2.1.
leetcode 34. Search for a Range
2.2.
leetcode 278. First Bad Version
3.
Chapter 4 Linked List
3.1.
leetcode 86. Partition List
4.
Chapter 6 Back Tracking
4.1.
subsets_problem_leetcode_78,_90
4.2.
leetcode 131. Palindrome Partitioning
4.3.
leetcode 79. 212 Word Search
4.4.
leetcode 77 combinations
5.
CH 5 Dynamic Programming
5.1.
kadanes_algorithm_and_its_derivations
5.2.
leetcode_221_maximal_square
5.3.
leetcode_91_decode_ways
5.4.
Leetcode 322. Coin Change
5.5.
Leetcode 309. Best Time to Buy and Sell Stock with Cooldown
5.6.
leetcode 139. Word Break
6.
CH7 Bit Manipulation
6.1.
leetcode 136. Single Number
7.
CH8 Greedy
7.1.
leetcode 55 jump game
7.2.
leetcode 134 Gas Station
Powered by
GitBook
Algorithms
CH 5 Dynamic Programming