Skip to content

Commit 60e852a

Browse files
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 <[email protected]> Co-authored-by: Sean Prashad <[email protected]>
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

+12-1
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)