Skip to content

Commit 549f34e

Browse files
authored
Updated readme
1 parent 06b06c4 commit 549f34e

File tree

1 file changed

+53
-53
lines changed

1 file changed

+53
-53
lines changed

README.md

Lines changed: 53 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Python-based LeetCode algorithm problem solutions, regularly updated.
99
> ["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)
1010
1111
##
12-
* [SQL I](#sql-i)
1312
* [Level 1](#level-1)
1413
* [Level 2](#level-2)
1514
* [Udemy](#udemy)
@@ -24,58 +23,7 @@ Python-based LeetCode algorithm problem solutions, regularly updated.
2423
* [Programming Skills I](#programming-skills-i)
2524
* [Programming Skills II](#programming-skills-ii)
2625
* [Graph Theory I](#graph-theory-i)
27-
28-
### SQL I
29-
30-
#### Day 1 Select
31-
32-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
33-
|-|-|-|-|-|-
34-
35-
#### Day 2 Select and Order
36-
37-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
38-
|-|-|-|-|-|-
39-
40-
#### Day 3 String Processing Functions
41-
42-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
43-
|-|-|-|-|-|-
44-
45-
#### Day 4 Union and Select
46-
47-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
48-
|-|-|-|-|-|-
49-
50-
#### Day 5 Union
51-
52-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
53-
|-|-|-|-|-|-
54-
55-
#### Day 6 Union
56-
57-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
58-
|-|-|-|-|-|-
59-
60-
#### Day 7 Function
61-
62-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
63-
|-|-|-|-|-|-
64-
65-
#### Day 8 Function
66-
67-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
68-
|-|-|-|-|-|-
69-
70-
#### Day 9 Control of Flow
71-
72-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
73-
|-|-|-|-|-|-
74-
75-
#### Day 10 Where
76-
77-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
78-
|-|-|-|-|-|-
26+
* [SQL I](#sql-i)
7927

8028
### Level 1
8129

@@ -1753,6 +1701,58 @@ Python-based LeetCode algorithm problem solutions, regularly updated.
17531701
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
17541702
|-|-|-|-|-|-
17551703

1704+
### SQL I
1705+
1706+
#### Day 1 Select
1707+
1708+
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
1709+
|-|-|-|-|-|-
1710+
1711+
#### Day 2 Select and Order
1712+
1713+
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
1714+
|-|-|-|-|-|-
1715+
1716+
#### Day 3 String Processing Functions
1717+
1718+
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
1719+
|-|-|-|-|-|-
1720+
1721+
#### Day 4 Union and Select
1722+
1723+
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
1724+
|-|-|-|-|-|-
1725+
1726+
#### Day 5 Union
1727+
1728+
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
1729+
|-|-|-|-|-|-
1730+
1731+
#### Day 6 Union
1732+
1733+
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
1734+
|-|-|-|-|-|-
1735+
1736+
#### Day 7 Function
1737+
1738+
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
1739+
|-|-|-|-|-|-
1740+
1741+
#### Day 8 Function
1742+
1743+
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
1744+
|-|-|-|-|-|-
1745+
1746+
#### Day 9 Control of Flow
1747+
1748+
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
1749+
|-|-|-|-|-|-
1750+
1751+
#### Day 10 Where
1752+
1753+
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
1754+
|-|-|-|-|-|-
1755+
17561756
## Algorithms
17571757

17581758
| # | Title | Difficulty | Tag | Time, ms | Time, %

0 commit comments

Comments
 (0)