Skip to content
Open
Prev Previous commit
Next Next commit
Update gas_station.py
changes done
  • Loading branch information
nimishh7 authored Oct 6, 2024
commit 28a76544efeb9fbf7b8652d6cb145331078c169a
2 changes: 0 additions & 2 deletions data_structures/arrays/gas_station.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from typing import list


class Solution:
def can_complete_circuit(self, gas: list[int], cost: list[int]) -> int:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As there is no test file in this pull request nor any test function or class in the file data_structures/arrays/gas_station.py, please provide doctest for the function can_complete_circuit

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As there is no test file in this pull request nor any test function or class in the file data_structures/arrays/gas_station.py, please provide doctest for the function can_complete_circuit

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As there is no test file in this pull request nor any test function or class in the file data_structures/arrays/gas_station.py, please provide doctest for the function can_complete_circuit

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As there is no test file in this pull request nor any test function or class in the file data_structures/arrays/gas_station.py, please provide doctest for the function can_complete_circuit

Expand Down