I know that there are like 100s of graph algorithms out there. Which one are available in Memgraph? Is there some command like help list algorithms that would tell me what can I use?
I know that there are like 100s of graph algorithms out there. Which one are available in Memgraph? Is there some command like help list algorithms that would tell me what can I use?
As far as I know, there is no Cypher command that would list all of the avaliable/implemented graph algorithms.
If you have "pure" Memgraph then you have:
As Iłya Bursov has written in his comment there is also 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.
At the moment MAGE includes the following algorithms:
A complete list of algorithms and implementation details within MAGE can be found at https://memgraph.com/docs/mage/algorithms.