Where can I get source code of graph algorithms like BFS, dijkstra's algorithm in the installed neo4j desktop directories.
Hello @princekp98
Graph Algorithms plugin has been replace by Graph Data Science plugin but here are the two sources:
- Graph Algorithms: GitHub - neo4j-contrib/neo4j-graph-algorithms: Efficient Graph Algorithms for Neo4j
- Graph Data Science: GitHub - neo4j/graph-data-science: Source code for the Neo4j Graph Data Science library of graph algorithms.
Regards,
Cobra