Template Function lupnt::FindShortestPath

Function Documentation

template<typename T, typename U>
std::vector<T> lupnt::FindShortestPath(const T start, const T end, const std::map<std::pair<T, T>, std::function<U>> &map)