jdufner / scotland-yard

Import Scotland Yard map into Neo4J graph database and find the best moves for Mr. X and the agents.
GNU General Public License v3.0
1 stars 0 forks source link

Cypher-Queries

match p=shortestPath((n:MRX)-[*1..8]-(m:DETEKTIV)) return distinct n.number, m.number, length(p)