-
Leetcode 121. Best Time to Buy and Sell Stock (Python)
28 Jul 2020
Leetcode
Greedy
-
897. Increasing Order Search Tree (Python)
27 Jul 2020
Leetcode
Depth-First-Search
Tree
-
721. Accounts Merge (Python)
27 Jul 2020
Leetcode
Depth-First-Search
Graph
-
872. Leaf-Similar Trees (Python)
25 Jul 2020
Leetcode
Depth-First-Search
Tree
-
100. Same Tree (Python)
25 Jul 2020
Leetcode
Depth-First-Search
Tree
-
210. Course Schedule II (Python)
24 Jul 2020
Leetcode
Breadth-First-Search
Graph
Topological-Sort
-
207. Course Schedule (Python)
24 Jul 2020
Leetcode
Breadth-First-Search
Graph
Topological-Sort
-
787. Cheapest Flights Within K Stops (Python)
22 Jul 2020
Leetcode
Breadth-First-Search
Graph
Dijkstra
-
1197. Minimum Knight Moves (Python)
21 Jul 2020
Leetcode
Breadth-First-Search
-
451. Sort Characters By Frequency (Python)
16 Jul 2020
Leetcode
Heap