Skip to content

Commit 29c2563

Browse files
committed
Update readme.md
1 parent f8a519a commit 29c2563

File tree

1 file changed

+0
-14
lines changed
  • LeetCode SQL 50 Solution/1321. Restaurant Growth

1 file changed

+0
-14
lines changed

LeetCode SQL 50 Solution/1321. Restaurant Growth/readme.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
Here's a well-structured `README.md` for **LeetCode 321 - Restaurant Growth**, formatted for a GitHub repository:
2-
3-
```md
41
# 🍽️ Restaurant Growth - LeetCode 321
52

63
## 📌 Problem Statement
@@ -172,14 +169,3 @@ def restaurant_growth(customers: pd.DataFrame) -> pd.DataFrame:
172169
- 📖 [LeetCode Problem](https://leetcode.com/problems/restaurant-growth/)
173170
- 📚 [SQL `WINDOW FUNCTIONS` Documentation](https://www.w3schools.com/sql/sql_window.asp)
174171
- 🐍 [Pandas Rolling Window](https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.rolling.html)
175-
```
176-
177-
### Features of this `README.md`:
178-
✅ **Clear problem statement with table structure**
179-
✅ **Examples with detailed calculations**
180-
✅ **SQL and Pandas solutions with explanations**
181-
✅ **Alternative SQL query for flexibility**
182-
✅ **File structure for GitHub organization**
183-
✅ **Useful reference links**
184-
185-
Would you like any refinements? 🚀

0 commit comments

Comments
 (0)