diff --git a/README.md b/README.md index a11320c..d94e653 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,6 @@ TypeScript-based LeetCode algorithm problem solutions, regularly updated. > ["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) ## -* [SQL I](#sql-i) * [Level 1](#level-1) * [Level 2](#level-2) * [Udemy](#udemy) @@ -27,58 +26,7 @@ TypeScript-based LeetCode algorithm problem solutions, regularly updated. * [Programming Skills I](#programming-skills-i) * [Programming Skills II](#programming-skills-ii) * [Graph Theory I](#graph-theory-i) - -### SQL I - -#### Day 1 Select - -| | | | | | -|-|-|-|-|-|- - -#### Day 2 Select and Order - -| | | | | | -|-|-|-|-|-|- - -#### Day 3 String Processing Functions - -| | | | | | -|-|-|-|-|-|- - -#### Day 4 Union and Select - -| | | | | | -|-|-|-|-|-|- - -#### Day 5 Union - -| | | | | | -|-|-|-|-|-|- - -#### Day 6 Union - -| | | | | | -|-|-|-|-|-|- - -#### Day 7 Function - -| | | | | | -|-|-|-|-|-|- - -#### Day 8 Function - -| | | | | | -|-|-|-|-|-|- - -#### Day 9 Control of Flow - -| | | | | | -|-|-|-|-|-|- - -#### Day 10 Where - -| | | | | | -|-|-|-|-|-|- +* [SQL I](#sql-i) ### Level 1 @@ -1756,6 +1704,58 @@ TypeScript-based LeetCode algorithm problem solutions, regularly updated. | | | | | | |-|-|-|-|-|- +### SQL I + +#### Day 1 Select + +| | | | | | +|-|-|-|-|-|- + +#### Day 2 Select and Order + +| | | | | | +|-|-|-|-|-|- + +#### Day 3 String Processing Functions + +| | | | | | +|-|-|-|-|-|- + +#### Day 4 Union and Select + +| | | | | | +|-|-|-|-|-|- + +#### Day 5 Union + +| | | | | | +|-|-|-|-|-|- + +#### Day 6 Union + +| | | | | | +|-|-|-|-|-|- + +#### Day 7 Function + +| | | | | | +|-|-|-|-|-|- + +#### Day 8 Function + +| | | | | | +|-|-|-|-|-|- + +#### Day 9 Control of Flow + +| | | | | | +|-|-|-|-|-|- + +#### Day 10 Where + +| | | | | | +|-|-|-|-|-|- + ## Algorithms | # | Title | Difficulty | Tag | Time, ms | Time, %