Skip to content

Commit c3b0106

Browse files
committed
Update readme.md
1 parent 29c7efa commit c3b0106

File tree

1 file changed

+1
-13
lines changed
  • LeetCode SQL 50 Solution/1204. Last Person to Fit in the Bus

1 file changed

+1
-13
lines changed

LeetCode SQL 50 Solution/1204. Last Person to Fit in the Bus/readme.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
Here's a well-structured `README.md` file for **LeetCode 1204 - Last Person to Fit in the Bus**, formatted for a GitHub repository:
2-
3-
```md
41
# 🚌 Last Person to Fit in the Bus - LeetCode 1204
52

63
## 📌 Problem Statement
@@ -148,14 +145,5 @@ def last_person_to_fit(queue: pd.DataFrame) -> pd.DataFrame:
148145
- 📖 [LeetCode Problem](https://leetcode.com/problems/last-person-to-fit-in-the-bus/)
149146
- 📚 [SQL `GROUP BY` Clause](https://www.w3schools.com/sql/sql_groupby.asp)
150147
- 🐍 [Pandas cumsum() Documentation](https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.cumsum.html)
151-
```
152-
153-
This README includes:
154-
- **Problem statement**
155-
- **Example input and output**
156-
- **SQL solution with explanations**
157-
- **Pandas solution in Python**
158-
- **File structure for GitHub**
159-
- **Useful links**
160148

161-
Let me know if you need any modifications! 🚀
149+
## Let me know if you need any modifications! 🚀

0 commit comments

Comments
 (0)