Skip to content

Commit 44b9d60

Browse files
Update README.md
1 parent 6b31b5d commit 44b9d60

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This notebook contains a collection of SQL-related challenges sourced from **[Le
66
For each question, you will find:
77
- A brief problem description
88
- 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
1010

1111
### **Question Breakdown by Difficulty:**
1212
| Difficulty | Count |
@@ -16,7 +16,7 @@ For each question, you will find:
1616
| Hard | 60 |
1717
| **Total** | 301 |
1818

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.
2020

2121
> **Disclaimer:**
2222
> 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
3939
3. Check your email for the verification link and activate your account.
4040
4. Log in to your Databricks Community workspace.
4141

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**
4343

4444
1. **Clone Your GitHub Repository:**
4545
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
5050
```
5151
[git clone <repository_url>](https://github.com/<username>/<repository-name>.git)
5252
```
53+
5354
5. Click Create.
5455
> Databricks will now clone your GitHub repository into your workspace.
5556

0 commit comments

Comments
 (0)