Skip to content

Commit bcf3e15

Browse files
author
Hamid Gasmi
committed
update to do list
1 parent a6e56ca commit bcf3e15

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

to-do-list.txt

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,32 @@
1-
lCurrent:
1+
Trie:
2+
https://github.com/hamidgasmi/training.computerscience.algorithms-datastructures#graph-algorithms
3+
https://leetcode.com/problems/design-file-system/
4+
5+
6+
Arrays:
7+
https://leetcode.com/problems/search-a-2d-matrix-ii/submissions/
8+
https://leetcode.com/problems/rotate-image/submissions/
9+
https://leetcode.com/problems/spiral-matrix/
10+
https://leetcode.com/problems/longest-consecutive-sequence/
11+
12+
13+
Fastest paths:
14+
findCheapestPrice
15+
https://leetcode.com/problems/minimum-cost-to-reach-city-with-discounts/discuss/1779552/easy-to-read-djikstra-python-3-accepted-but-tle-on-dfs-dp-topdown
16+
https://leetcode.com/problems/minimum-cost-to-reach-city-with-discounts/discuss/1779552/easy-to-read-djikstra-python-3-accepted-but-tle-on-dfs-dp-topdown
17+
https://leetcode.com/problems/all-paths-from-source-lead-to-destination/
18+
https://leetcode.com/problems/cheapest-flights-within-k-stops/
19+
https://leetcode.com/problems/connecting-cities-with-minimum-cost/
20+
21+
Others:
22+
https://leetcode.com/problems/shopping-offers/
23+
https://leetcode.com/problems/find-the-duplicate-number/
24+
https://leetcode.com/problems/design-an-expression-tree-with-evaluate-function/
25+
https://leetcode.com/problems/my-calendar-iii/
26+
https://leetcode.com/problems/my-calendar-ii/
27+
https://leetcode.com/problems/median-of-two-sorted-arrays/
28+
29+
Current:
230
https://leetcode.com/problems/design-snake-game/
331
https://leetcode.com/problems/partition-labels/
432
https://leetcode.com/problems/range-sum-query-2d-immutable/

0 commit comments

Comments
 (0)