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.
我想在 MapReduce 中实现 BiDirectional Djikstras 和 A* 算法。我已经在 MapReduce 中完成了 Djikstras 的实现。我想知道是否有人遇到过相同的实现?
几个链接可以帮助:
您还可以查看Apache Giraph用于执行大规模图形处理任务。