You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This notebook contains a collection of SQL-related challenges sourced from **[Le
6
6
For each question, you will find:
7
7
- A brief problem description
8
8
- The relevant dataset or schema context
9
-
- A step-by-step Unsolved implemented using PySpark DataFrames and SQL functions
9
+
- A step-by-step Unsolved implementation using PySpark DataFrames and SQL functions
10
10
11
11
### **Question Breakdown by Difficulty:**
12
12
| Difficulty | Count |
@@ -16,7 +16,7 @@ For each question, you will find:
16
16
| Hard | 60 |
17
17
|**Total**| 301 |
18
18
19
-
All Unsolveds in this notebook are implemented using **PySpark** to ensure consistency with big data processing practices. The approach utilizes **PySpark’s Python API, DataFrame API, and built-in functions** to solve problems efficiently.
19
+
All unsolved problems in this notebook are implemented using **PySpark** to ensure consistency with big data processing practices. The approach utilizes **PySpark’s Python API, DataFrame API, and built-in functions** to solve problems efficiently.
20
20
21
21
> **Disclaimer:**
22
22
> All questions and problem statements belong to **[LeetCode](https://leetcode.com/)**. This notebook is solely for educational purposes, and all credit and ownership of the questions remain with **[LeetCode](https://leetcode.com/)**. If you have any questions, please reach out to **[email protected]**.
@@ -39,7 +39,7 @@ Databricks Community Edition is a free, limited version ideal for learning PySpa
39
39
3. Check your email for the verification link and activate your account.
40
40
4. Log in to your Databricks Community workspace.
41
41
42
-
## **3. Step-by-Step Guide to Importing LeetCode SQL Questions Notebook into Jupyter Notebook**
42
+
## **2. Step-by-Step Guide to Importing LeetCode SQL Questions Notebook into Jupyter Notebook**
43
43
44
44
1.**Clone Your GitHub Repository:**
45
45
You can clone your GitHub repository directly into Databricks using **Databricks Repos**:
@@ -50,6 +50,7 @@ Databricks Community Edition is a free, limited version ideal for learning PySpa
0 commit comments