TP8
This commit is contained in:
parent
45f6092d0d
commit
04bb2bec3a
12 changed files with 313 additions and 0 deletions
2
TP8/samples/.gitignore
vendored
Normal file
2
TP8/samples/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
*.pdf
|
||||
*.dot
|
2
TP8/samples/balanced.txt
Executable file
2
TP8/samples/balanced.txt
Executable 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
2
TP8/samples/degenerated.txt
Executable 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
1
TP8/samples/empty.txt
Executable file
|
@ -0,0 +1 @@
|
|||
|
1
TP8/samples/leaf.txt
Executable file
1
TP8/samples/leaf.txt
Executable file
|
@ -0,0 +1 @@
|
|||
1
|
2
TP8/samples/unspecified.txt
Executable file
2
TP8/samples/unspecified.txt
Executable file
|
@ -0,0 +1,2 @@
|
|||
9 4 2 11 3 6 5 15 12 10 8 1 14 13 7
|
||||
|
Reference in a new issue