summaryrefslogtreecommitdiff
path: root/node_neighbours.md
diff options
context:
space:
mode:
authorClaudius 'keldu' Holeksa <mail@keldu.de>2024-09-23 18:41:23 +0200
committerClaudius 'keldu' Holeksa <mail@keldu.de>2024-09-23 18:41:23 +0200
commit5c8c822546039e7422a0dcb0841adbcbc9fb4d60 (patch)
tree92ab621b37d810718896a85ad4d0a5450cf6d546 /node_neighbours.md
parenta0d604d029d9222761393ea5d8d9ddde6788b633 (diff)
Minor work on orientation and IDsHEADmaster
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
+