Skip to content

Commit b5bfcda

Browse files
authored
Fix reference to Eulerian graph in comment (#2127)
I believe this was a misprint. A graph that contains such a cycle is called Eulerian. See: https://mathworld.wolfram.com/EulerianGraph.html
1 parent c54da49 commit b5bfcda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/dominoes/canonical-data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"uuid": "9a75e078-a025-4c23-8c3a-238553657f39",
9595
"description": "disconnected - simple",
9696
"comments": [
97-
"This meets the requirement of being possibly-Euclidean.",
97+
"This meets the requirement of being possibly-Eulerian.",
9898
"All vertices have even degree.",
9999
"Nevertheless, there is no chain here, as there's no way to get from 1 to 2.",
100100
"This test (and the two following) prevent solutions from using the even-degree test as the sole criterion,",

0 commit comments

Comments
 (0)