summaryrefslogtreecommitdiff
path: root/node_neighbours.md
diff options
context:
space:
mode:
Diffstat (limited to 'node_neighbours.md')
-rw-r--r--node_neighbours.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/node_neighbours.md b/node_neighbours.md
new file mode 100644
index 0000000..0f3c660
--- /dev/null
+++ b/node_neighbours.md
@@ -0,0 +1,13 @@
+0 - 1,2,3,4,5
+1 - 0,5,10,6,2
+2 - 0,1,6,7,3
+3 - 0,2,7,8,4
+4 - 0,3,8,9,5
+5 - 0,4,9,10,1
+6 - 2,1,10,11,7
+7 - 3,2,6,11,8
+8 - 4,3,7,11,9
+9 - 5,4,8,11,10
+10 - 1,5,9,11,6
+11 - 6,10,9,8,7
+