Chapter 18. Graph Algorithms

Table of Contents

Neo4j graph algorithms is a component that contains Neo4j implementations of some common algorithms for graphs. It includes algorithms like:

  • Shortest paths,
  • all paths,
  • all simple paths,
  • Dijkstra and
  • A*.