|
6 | 6 | [](https://github.com/LeetCode-in-Python/LeetCode-in-Python/fork) |
7 | 7 | > ["For coding interview preparation, LeetCode is one of the best online resource providing a rich library of more than 300 real coding interview questions for you to practice from using one of the 7 supported languages - C, C++, Java, Python, C#, JavaScript, Ruby."](https://www.quora.com/How-effective-is-Leetcode-for-preparing-for-technical-interviews) |
8 | 8 |
|
9 | | -* [Graph Theory I](#graph-theory-i) |
10 | 9 | * [SQL I](#sql-i) |
11 | 10 | * [Level 1](#level-1) |
12 | 11 | * [Level 2](#level-2) |
|
21 | 20 | * [Dynamic Programming I](#dynamic-programming-i) |
22 | 21 | * [Programming Skills I](#programming-skills-i) |
23 | 22 | * [Programming Skills II](#programming-skills-ii) |
24 | | - |
25 | | -### Graph Theory I |
26 | | - |
27 | | -#### Day 1 Matrix Related Problems |
28 | | - |
29 | | -| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> |
30 | | -|-|-|-|-|-|- |
31 | | -| 0200 |[Number of Islands](src/main/python/g0101_0200/s0200_number_of_islands)| Medium | Top_100_Liked_Questions, Top_Interview_Questions, Array, Depth_First_Search, Breadth_First_Search, Matrix, Union_Find, Big_O_Time_O(M\*N)_Space_O(M\*N) | 234 | 82.73 |
32 | | - |
33 | | -#### Day 2 Matrix Related Problems |
34 | | - |
35 | | -| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> |
36 | | -|-|-|-|-|-|- |
37 | | - |
38 | | -#### Day 3 Matrix Related Problems |
39 | | - |
40 | | -| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> |
41 | | -|-|-|-|-|-|- |
42 | | - |
43 | | -#### Day 4 Matrix Related Problems |
44 | | - |
45 | | -| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> |
46 | | -|-|-|-|-|-|- |
47 | | - |
48 | | -#### Day 5 Matrix Related Problems |
49 | | - |
50 | | -| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> |
51 | | -|-|-|-|-|-|- |
52 | | - |
53 | | -#### Day 6 Matrix Related Problems |
54 | | - |
55 | | -| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> |
56 | | -|-|-|-|-|-|- |
57 | | - |
58 | | -#### Day 7 Standard Traversal |
59 | | - |
60 | | -| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> |
61 | | -|-|-|-|-|-|- |
62 | | - |
63 | | -#### Day 8 Standard Traversal |
64 | | - |
65 | | -| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> |
66 | | -|-|-|-|-|-|- |
67 | | - |
68 | | -#### Day 9 Standard Traversal |
69 | | - |
70 | | -| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> |
71 | | -|-|-|-|-|-|- |
72 | | - |
73 | | -#### Day 10 Standard Traversal |
74 | | - |
75 | | -| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> |
76 | | -|-|-|-|-|-|- |
77 | | - |
78 | | -#### Day 11 Breadth First Search |
79 | | - |
80 | | -| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> |
81 | | -|-|-|-|-|-|- |
82 | | - |
83 | | -#### Day 12 Breadth First Search |
84 | | - |
85 | | -| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> |
86 | | -|-|-|-|-|-|- |
87 | | -| 0433 |[Minimum Genetic Mutation](src/main/python/g0401_0500/s0433_minimum_genetic_mutation)| Medium | String, Hash_Table, Breadth_First_Search | 0 | 100.00 |
88 | | -| 0127 |[Word Ladder](src/main/python/g0101_0200/s0127_word_ladder)| Hard | Top_Interview_Questions, String, Hash_Table, Breadth_First_Search | 21 | 99.65 |
89 | | - |
90 | | -#### Day 13 Graph Theory |
91 | | - |
92 | | -| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> |
93 | | -|-|-|-|-|-|- |
94 | | - |
95 | | -#### Day 14 Graph Theory |
96 | | - |
97 | | -| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> |
98 | | -|-|-|-|-|-|- |
| 23 | +* [Graph Theory I](#graph-theory-i) |
99 | 24 |
|
100 | 25 | ### SQL I |
101 | 26 |
|
|
1750 | 1675 | |-|-|-|-|-|- |
1751 | 1676 | | 0380 |[Insert Delete GetRandom O(1)](src/main/python/g0301_0400/s0380_insert_delete_getrandom_o1)| Medium | Array, Hash_Table, Math, Design, Randomized | 90 | 96.69 |
1752 | 1677 |
|
| 1678 | +### Graph Theory I |
| 1679 | + |
| 1680 | +#### Day 1 Matrix Related Problems |
| 1681 | + |
| 1682 | +| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> |
| 1683 | +|-|-|-|-|-|- |
| 1684 | +| 0200 |[Number of Islands](src/main/python/g0101_0200/s0200_number_of_islands)| Medium | Top_100_Liked_Questions, Top_Interview_Questions, Array, Depth_First_Search, Breadth_First_Search, Matrix, Union_Find, Big_O_Time_O(M\*N)_Space_O(M\*N) | 234 | 82.73 |
| 1685 | + |
| 1686 | +#### Day 2 Matrix Related Problems |
| 1687 | + |
| 1688 | +| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> |
| 1689 | +|-|-|-|-|-|- |
| 1690 | + |
| 1691 | +#### Day 3 Matrix Related Problems |
| 1692 | + |
| 1693 | +| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> |
| 1694 | +|-|-|-|-|-|- |
| 1695 | + |
| 1696 | +#### Day 4 Matrix Related Problems |
| 1697 | + |
| 1698 | +| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> |
| 1699 | +|-|-|-|-|-|- |
| 1700 | + |
| 1701 | +#### Day 5 Matrix Related Problems |
| 1702 | + |
| 1703 | +| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> |
| 1704 | +|-|-|-|-|-|- |
| 1705 | + |
| 1706 | +#### Day 6 Matrix Related Problems |
| 1707 | + |
| 1708 | +| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> |
| 1709 | +|-|-|-|-|-|- |
| 1710 | + |
| 1711 | +#### Day 7 Standard Traversal |
| 1712 | + |
| 1713 | +| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> |
| 1714 | +|-|-|-|-|-|- |
| 1715 | + |
| 1716 | +#### Day 8 Standard Traversal |
| 1717 | + |
| 1718 | +| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> |
| 1719 | +|-|-|-|-|-|- |
| 1720 | + |
| 1721 | +#### Day 9 Standard Traversal |
| 1722 | + |
| 1723 | +| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> |
| 1724 | +|-|-|-|-|-|- |
| 1725 | + |
| 1726 | +#### Day 10 Standard Traversal |
| 1727 | + |
| 1728 | +| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> |
| 1729 | +|-|-|-|-|-|- |
| 1730 | + |
| 1731 | +#### Day 11 Breadth First Search |
| 1732 | + |
| 1733 | +| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> |
| 1734 | +|-|-|-|-|-|- |
| 1735 | + |
| 1736 | +#### Day 12 Breadth First Search |
| 1737 | + |
| 1738 | +| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> |
| 1739 | +|-|-|-|-|-|- |
| 1740 | +| 0433 |[Minimum Genetic Mutation](src/main/python/g0401_0500/s0433_minimum_genetic_mutation)| Medium | String, Hash_Table, Breadth_First_Search | 0 | 100.00 |
| 1741 | +| 0127 |[Word Ladder](src/main/python/g0101_0200/s0127_word_ladder)| Hard | Top_Interview_Questions, String, Hash_Table, Breadth_First_Search | 21 | 99.65 |
| 1742 | + |
| 1743 | +#### Day 13 Graph Theory |
| 1744 | + |
| 1745 | +| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> |
| 1746 | +|-|-|-|-|-|- |
| 1747 | + |
| 1748 | +#### Day 14 Graph Theory |
| 1749 | + |
| 1750 | +| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> |
| 1751 | +|-|-|-|-|-|- |
| 1752 | + |
1753 | 1753 | ## Algorithms |
1754 | 1754 |
|
1755 | 1755 | | # | Title | Difficulty | Tag | Time, ms | Time, % |
1756 | | -|------|----------------|-------------|-------------|----------|-------- |
| 1756 | +|------|----------------|-------------|-------------|----------|--------- |
1757 | 1757 | | 1143 |[Longest Common Subsequence](src/main/python/g1101_1200/s1143_longest_common_subsequence)| Medium | Top_100_Liked_Questions, String, Dynamic_Programming, LeetCode_75_DP/Multidimensional, Algorithm_II_Day_17_Dynamic_Programming, Dynamic_Programming_I_Day_19, Udemy_Dynamic_Programming, Big_O_Time_O(n\*m)_Space_O(n\*m) | 463 | 61.43 |
1758 | 1758 | | 0918 |[Maximum Sum Circular Subarray](src/main/python/g0901_1000/s0918_maximum_sum_circular_subarray)| Medium | Array, Dynamic_Programming, Divide_and_Conquer, Queue, Monotonic_Queue, Dynamic_Programming_I_Day_5, Top_Interview_150_Kadane's_Algorithm | 92 | 78.54 |
1759 | 1759 | | 0909 |[Snakes and Ladders](src/main/python/g0901_1000/s0909_snakes_and_ladders)| Medium | Array, Breadth_First_Search, Matrix, Top_Interview_150_Graph_BFS | 15 | 89.20 |
|
0 commit comments