Deep path traversal algorithms
Table of Contents
Overview
Graph algorithms are a set of instructions that traverse (visits nodes of) a graph and find specific nodes, paths, or a path between two nodes.
Some of these algorithms are built into Memgraph and don't require any additional libraries:
- Depth-first search (DFS)
- Breadth-first search (BFS)
- Weighted shortest path (WSP)
- All shortest paths (ASP)
Reference
- https://memgraph.com/docs/advanced-algorithms/deep-path-traversal
- https://playground.memgraph.com/sandbox/europe-backpacking
Comments |0|
Category: 似水流年