Skip to content
Prev Previous commit
Next Next commit
Add Gas Station problem to Greedy pattern (seanprashad#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>
  • Loading branch information
BilalBaheer and seanprashad authored Apr 20, 2025
commit 60e852a0c95af57378b0f6e4272ec5564c47c958
13 changes: 12 additions & 1 deletion src/data/questions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"updated": "2025-04-20T12:03:35.033454",
"updated": "2025-03-26T00:00:15.765Z",
"data": [
{
"id": 0,
Expand Down Expand Up @@ -10760,6 +10760,17 @@
"frequency": 2
}
]
},
{
"id": 174,
"title": "Gas Station",
"slug": "gas-station",
"pattern": [
"Greedy"
],
"difficulty": "Medium",
"premium": false,
"companies": []
}
]
}