You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/patterns/match-modes.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ This match mode is required in order for paths to be able to traverse a relation
16
16
17
17
To explain match modes, this page will use the scenario of the link:https://en.wikipedia.org/wiki/Seven_Bridges_of_K%C3%B6nigsberg[seven bridges of Königsberg], a problem studied by link:https://en.wikipedia.org/wiki/Leonhard_Euler[Leonhard Euler] in 1736 to determine if one could cross all seven bridges of Königsberg exactly once and return to the same starting location.
18
18
19
-
image::match-modes-graph.svg[Graph showing the seven bridges of Königsberg, width=400, role=popup]
19
+
image::match-modes-graph.svg[Graph showing the seven bridges of Königsberg, width=600, role=popup]
20
20
21
21
To recreate the graph, run the following query against an empty Neo4j database:
0 commit comments