This commit is contained in:
13
include/s0134_gas_station.hpp
Normal file
13
include/s0134_gas_station.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef S0134_GAS_STATION_HPP
|
||||
#define S0134_GAS_STATION_HPP
|
||||
|
||||
#include <vector>
|
||||
|
||||
using namespace std;
|
||||
|
||||
class S0134 {
|
||||
public:
|
||||
int canCompleteCircuit(vector<int>& gas, vector<int>& cost);
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user