We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28a7654 commit 4bc83baCopy full SHA for 4bc83ba
data_structures/arrays/gas_station.py
@@ -1,4 +1,3 @@
1
-
2
class Solution:
3
def can_complete_circuit(self, gas: list[int], cost: list[int]) -> int:
4
# Step 1: Initialize variables
0 commit comments