This commit is contained in:
Geoffrey Frogeye 2017-03-29 11:43:05 +02:00
parent 45f6092d0d
commit 04bb2bec3a
12 changed files with 313 additions and 0 deletions

2
TP8/samples/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
*.pdf
*.dot

2
TP8/samples/balanced.txt Executable file
View file

@ -0,0 +1,2 @@
8 4 2 1 3 6 5 7 12 10 9 11 14 13 15

2
TP8/samples/degenerated.txt Executable file
View file

@ -0,0 +1,2 @@
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15

1
TP8/samples/empty.txt Executable file
View file

@ -0,0 +1 @@

1
TP8/samples/leaf.txt Executable file
View file

@ -0,0 +1 @@
1

2
TP8/samples/unspecified.txt Executable file
View file

@ -0,0 +1,2 @@
9 4 2 11 3 6 5 15 12 10 8 1 14 13 7