summaryrefslogblamecommitdiffstats
path: root/Tex/Presentation/neighbourhood1.dot
blob: d0bda44061bf3d5c075b78e0f3f60e4b1c99ffbe (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                       
digraph neighbourhood {

a -> b
a -> c

b -> a
b -> c

c -> b
c -> a

}