Exercise definition
This commit is contained in:
BIN
files/quadtree.png
Normal file
BIN
files/quadtree.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.7 KiB |
6
files/quadtree.txt
Normal file
6
files/quadtree.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
[
|
||||
[0,0,0,[1,0,0,0]],
|
||||
[0,0,[0,1,0,0],0],
|
||||
[0,0,0,[[1,0,0,1],[0,0,1,1],0,0]],
|
||||
[0,0,[[0,0,1,1],[0,1,1,0],0,0],0]
|
||||
]
|
||||
1
files/quadtree_easy.txt
Normal file
1
files/quadtree_easy.txt
Normal file
@@ -0,0 +1 @@
|
||||
[0,1,0,1]
|
||||
Reference in New Issue
Block a user