Skip to content

Commit d86adfc

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 44a2f92 commit d86adfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_structures/arrays/gas_station.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class Solution:
22
def can_omplete_circuit(self, gas: list[int], cost: list[int]) -> int:
33
"""
4-
Finds the starting station index to complete the circuit,
4+
Finds the starting station index to complete the circuit,
55
or returns -1 if not possible.
66
Args:
77
gas (List[int]): List of gas available at each station.

0 commit comments

Comments
 (0)