Line removed (#252)
* Added #include <limits.h> to support the use of INT_MAX * Removed unnecesary (and maybe confusing) initialization of the set
This commit is contained in:
@@ -8,7 +8,6 @@ stations["kthree"] = set(["or", "nv", "ca"])
|
|||||||
stations["kfour"] = set(["nv", "ut"])
|
stations["kfour"] = set(["nv", "ut"])
|
||||||
stations["kfive"] = set(["ca", "az"])
|
stations["kfive"] = set(["ca", "az"])
|
||||||
|
|
||||||
final_stations = set()
|
|
||||||
|
|
||||||
def my_set_covering(states_needed, stations):
|
def my_set_covering(states_needed, stations):
|
||||||
final_stations = set()
|
final_stations = set()
|
||||||
|
|||||||
Reference in New Issue
Block a user