Skip to content

Commit 4bc83ba

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 28a7654 commit 4bc83ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

data_structures/arrays/gas_station.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
class Solution:
32
def can_complete_circuit(self, gas: list[int], cost: list[int]) -> int:
43
# Step 1: Initialize variables

0 commit comments

Comments
 (0)