summaryrefslogtreecommitdiffstats
path: root/Tex/Presentation/neighbourhood2.dot
diff options
context:
space:
mode:
Diffstat (limited to 'Tex/Presentation/neighbourhood2.dot')
-rw-r--r--Tex/Presentation/neighbourhood2.dot9
1 files changed, 9 insertions, 0 deletions
diff --git a/Tex/Presentation/neighbourhood2.dot b/Tex/Presentation/neighbourhood2.dot
new file mode 100644
index 0000000..b2542df
--- /dev/null
+++ b/Tex/Presentation/neighbourhood2.dot
@@ -0,0 +1,9 @@
+digraph neighbourhood {
+
+a -> b
+a -> c
+
+c -> b
+c -> a
+
+}