Subversion Repositories Code-Repo

Rev

Rev 94 | Blame | Compare with Previous | Last modification | View Log | RSS feed

insert 0 0 A 
>> Inserting city A (0,0)

insert 0 4096 A 
>> Inserting city A (0,4096)

insert 0 8192 A 
>> Inserting city A (0,8192)

insert 0 12288 A 
>> Inserting city A (0,12288)

insert 4096 0 A 
>> Inserting city A (4096,0)

insert 4096 4096 A 
>> Inserting city A (4096,4096)

insert 4096 8192 A 
>> Inserting city A (4096,8192)

insert 4096 12288 A 
>> Inserting city A (4096,12288)

insert 8192 0 A 
>> Inserting city A (8192,0)

insert 8192 4096 A 
>> Inserting city A (8192,4096)

insert 8192 8192 A 
>> Inserting city A (8192,8192)

insert 8192 12288 A 
>> Inserting city A (8192,12288)

insert 12288 0 A 
>> Inserting city A (12288,0)

insert 12288 4096 A 
>> Inserting city A (12288,4096)

insert 12288 8192 A 
>> Inserting city A (12288,8192)

insert 12288 12288 A 
>> Inserting city A (12288,12288)

find A 
>> City found: A (0,0)
>> City found: A (0,4096)
>> City found: A (0,8192)
>> City found: A (0,12288)
>> City found: A (4096,0)
>> City found: A (4096,4096)
>> City found: A (4096,8192)
>> City found: A (4096,12288)
>> City found: A (8192,0)
>> City found: A (8192,4096)
>> City found: A (8192,8192)
>> City found: A (8192,12288)
>> City found: A (12288,0)
>> City found: A (12288,4096)
>> City found: A (12288,8192)
>> City found: A (12288,12288)

search 0 0 0 
>> 3 nodes visited:
>> A (0,0)

search 8192 8192 8191 
>> 21 nodes visited:
>> A (4096,4096)
>> A (8192,4096)
>> A (12288,4096)
>> A (4096,8192)
>> A (4096,12288)
>> A (8192,8192)
>> A (12288,8192)
>> A (8192,12288)
>> A (12288,12288)

search 8192 8192 8192 
>> 21 nodes visited:
>> A (4096,4096)
>> A (8192,0)
>> A (8192,4096)
>> A (12288,4096)
>> A (0,8192)
>> A (4096,8192)
>> A (4096,12288)
>> A (8192,8192)
>> A (12288,8192)
>> A (8192,12288)
>> A (12288,12288)

search 8192 8192 8193 
>> 21 nodes visited:
>> A (4096,4096)
>> A (8192,0)
>> A (8192,4096)
>> A (12288,4096)
>> A (0,8192)
>> A (4096,8192)
>> A (4096,12288)
>> A (8192,8192)
>> A (12288,8192)
>> A (8192,12288)
>> A (12288,12288)

search 8192 8192 16384 
>> Search failed: Radius value out of range

remove 0 0 
>> Removing city A (0,0)

remove 0 4096 
>> Removing city A (0,4096)

remove 0 8192 
>> Removing city A (0,8192)

remove 0 12288 
>> Removing city A (0,12288)

remove 4096 0 
>> Removing city A (4096,0)

remove 4096 4096 
>> Removing city A (4096,4096)

remove 4096 8192 
>> Removing city A (4096,8192)

remove 4096 12288 
>> Removing city A (4096,12288)

remove 8192 0 
>> Removing city A (8192,0)

remove 8192 4096 
>> Removing city A (8192,4096)

remove 8192 8192 
>> Removing city A (8192,8192)

remove 8192 12288 
>> Removing city A (8192,12288)

remove 12288 0 
>> Removing city A (12288,0)

remove 12288 4096 
>> Removing city A (12288,4096)

remove 12288 8192 
>> Removing city A (12288,8192)

remove 12288 12288 
>> Removing city A (12288,12288)