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