File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
LeetCode SQL 50 Solution/1204. Last Person to Fit in the Bus Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change 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! 🚀
You can’t perform that action at this time.
0 commit comments