Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试查找/创建一种算法来找到要遍历的最少边数,以到达顶点。
我正在使用 a SimpleDirectedWeightedGraph,但我不想使用 Dijkstra 算法,因为我想省略这样做的权重。
SimpleDirectedWeightedGraph
是否有可以帮助我做到这一点的内置方法/类,或者我可以使用的算法?