In Memgraph 2.4 ASP algorithm was introduce into the core. So now Memgraph comes with following algorithms right out of the box:
- Depth-first search (DFS)
- Breadth-first search (BFS)
- Weighted shortest path (WSP)
- All shortest paths (ASP)
Another set of algorithms is available in MAGE. It is an open-source repository that contains graph algorithms and modules written by the team behind Memgraph and its users in the form of query modules.
MAGE includes the following algorithms:
- Betweenness Centrality
- Biconnected Components
- Bipartite Matching
- Bridge Detection
- Community Detection
- Cycle Detection
- Graph Coloring
- Katz Centrality
- Maximum Flow
- Node Similarity
- PageRank
- Union Find
- Dynamic Betweenness Centrality
- Dynamic Community Detection
- Dynamic node2vec
- Dynamic Katz Centrality
- Dynamic PageRank
A complete list of algorithms and implementation details within MAGE can be found at https://memgraph.com/docs/mage/algorithms.