We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c56900d commit eed3b96Copy full SHA for eed3b96
greedy_methods/gas_station.py
@@ -43,7 +43,7 @@ def get_gas_stations(gas_quantities: list[int], costs: list[int]) -> tuple[GasSt
43
44
Returns:
45
A tuple of gas stations
46
-
+
47
>>> gas_stations = get_gas_stations([1, 2, 3, 4, 5], [3, 4, 5, 1, 2])
48
>>> len(gas_stations)
49
5
0 commit comments