请教neo4j中查询最短路径默认实现是什么算法?
发布于 6 年前 作者 2789180037 2864 次浏览 来自 问答

PathFinder<Path> finder = GraphAlgoFactory.shortestPath( PathExpanders.forTypeAndDirection( RelationshipType.withName(“type_1”), Direction.OUTGOING), 6);

回到顶部