Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 60e852a

Browse files
BilalBaheerseanprashad
andauthored
Add Gas Station problem to Greedy pattern (#347)
* Add Gas Station problem to Greedy pattern * Fix companies section for Gas Station problem to be an empty array --------- Signed-off-by: Sean Prashad <13009507+seanprashad@users.noreply.github.com> Co-authored-by: Sean Prashad <13009507+seanprashad@users.noreply.github.com>
1 parent 2f9fc5a commit 60e852a

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

‎src/data/questions.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"updated": "2025-04-20T12:03:35.033454",
2+
"updated": "2025-03-26T00:00:15.765Z",
33
"data": [
44
{
55
"id": 0,
@@ -10760,6 +10760,17 @@
1076010760
"frequency": 2
1076110761
}
1076210762
]
10763+
},
10764+
{
10765+
"id": 174,
10766+
"title": "Gas Station",
10767+
"slug": "gas-station",
10768+
"pattern": [
10769+
"Greedy"
10770+
],
10771+
"difficulty": "Medium",
10772+
"premium": false,
10773+
"companies": []
1076310774
}
1076410775
]
1076510776
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /