Efficiently finding the shortest path in large gra

2019-02-01 10:52发布

I'm looking to find a way to in real-time find the shortest path between nodes in a huge graph. It has hundreds of thousands of vertices and millions of edges. I know this question has been asked before and I guess the answer is to use a breadth-first search, but I'm more interested in to know what software you can use to implement it. For example, it would be totally perfect if it already exist a library (with python bindings!) for performing bfs in undirected graphs.

7条回答
等我变得足够好
2楼-- · 2019-02-01 11:29

store in neo4j

It's include Dijkstra, A*, "shortest path" algorithms.

查看更多
登录 后发表回答