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:
Carlos
2023-07-19 17:53:01 +02:00
committed by GitHub
parent f6cd99c88b
commit 60b34a01d5

View File

@@ -8,7 +8,6 @@ stations["kthree"] = set(["or", "nv", "ca"])
stations["kfour"] = set(["nv", "ut"])
stations["kfive"] = set(["ca", "az"])
final_stations = set()
def my_set_covering(states_needed, stations):
final_stations = set()