Skip to content

Commit 96a4214

Browse files
authored
Updated readme
1 parent d4d5566 commit 96a4214

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
@@ -12,7 +12,6 @@ TypeScript-based LeetCode algorithm problem solutions, regularly updated.
1212
> ["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)
1313
1414
##
15-
* [SQL I](#sql-i)
1615
* [Level 1](#level-1)
1716
* [Level 2](#level-2)
1817
* [Udemy](#udemy)
@@ -27,58 +26,7 @@ TypeScript-based LeetCode algorithm problem solutions, regularly updated.
2726
* [Programming Skills I](#programming-skills-i)
2827
* [Programming Skills II](#programming-skills-ii)
2928
* [Graph Theory I](#graph-theory-i)
30-
31-
### SQL I
32-
33-
#### Day 1 Select
34-
35-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
36-
|-|-|-|-|-|-
37-
38-
#### Day 2 Select and Order
39-
40-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
41-
|-|-|-|-|-|-
42-
43-
#### Day 3 String Processing Functions
44-
45-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
46-
|-|-|-|-|-|-
47-
48-
#### Day 4 Union and Select
49-
50-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
51-
|-|-|-|-|-|-
52-
53-
#### Day 5 Union
54-
55-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
56-
|-|-|-|-|-|-
57-
58-
#### Day 6 Union
59-
60-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
61-
|-|-|-|-|-|-
62-
63-
#### Day 7 Function
64-
65-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
66-
|-|-|-|-|-|-
67-
68-
#### Day 8 Function
69-
70-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
71-
|-|-|-|-|-|-
72-
73-
#### Day 9 Control of Flow
74-
75-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
76-
|-|-|-|-|-|-
77-
78-
#### Day 10 Where
79-
80-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
81-
|-|-|-|-|-|-
29+
* [SQL I](#sql-i)
8230

8331
### Level 1
8432

@@ -1756,6 +1704,58 @@ TypeScript-based LeetCode algorithm problem solutions, regularly updated.
17561704
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
17571705
|-|-|-|-|-|-
17581706

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

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

0 commit comments

Comments
 (0)