Subversion Repositories Code-Repo

Compare Revisions

Ignore whitespace Rev 104 → Rev 105

/Classwork/CS3114 - Data Algorithms/Project 2/P2test/_syntax result.txt
0,0 → 1,90
makenull
>> Makenull successful
 
insert -1 1597 Blacksburg
>> Insert failed: Coordinate values out of range
 
insert 16384 4 Blacksburg
>> Insert failed: Coordinate values out of range
 
insert 16383 16834 Blacksburg
>> Insert failed: Coordinate values out of range
 
insert 8581 -8581 Blacksburg
>> Insert failed: Coordinate values out of range
 
insert 5001 5012 Blacksburg
>> Inserting city Blacksburg (5001,5012)
 
insert 5001 5012 Christiansburg
>> Insert failed: City at (5001,5012) already exists
 
insert 5001 6213 Blacksburg
>> Inserting city Blacksburg (5001,6213)
 
insert 5001 8414 Christiansburg
>> Inserting city Christiansburg (5001,8414)
 
insert 0 0 Floyd
>> Inserting city Floyd (0,0)
 
insert 16383 16383 Virginia_Beach
>> Inserting city Virginia_Beach (16383,16383)
 
debug
>> I5001,5012,Blacksburg5001,6213,Blacksburg0,0,Floyd|E5001,8414,Christiansburg|16383,16383,Virginia_Beach|
 
find Blacksbrug
>> Find failed: City Blacksbrug not found
 
find Blacksburg
>> City found: Blacksburg (5001,5012)
>> City found: Blacksburg (5001,6213)
 
remove -160 15958
>> Remove failed: Coordinate values out of range
 
remove 0 -15958
>> Remove failed: Coordinate values out of range
 
remove 581 3851
>> Remove failed: City with coordinates (581,3851) not found
 
remove 5001 5012
>> Removing city Blacksburg (5001,5012)
 
remove 5001 5012
>> Remove failed: City with coordinates (5001,5012) not found
 
remove Blacksbrug
>> Remove failed: City Blacksbrug not found
 
remove Christiansburg
>> Removing city Christiansburg (5001,8414)
 
insert 5002 1019 Radford
>> Inserting city Radford (5002,1019)
 
search 0 16893 1
>> Search failed: Coordinate values out of range
 
search 100 159 -1
>> Search failed: Radius value out of range
 
search -100 159 500
>> 2 nodes visited:
>> Floyd (0,0)
 
search 0 68 1000000
>> Search failed: Radius value out of range
 
search 5000 5000 100
>> 2 nodes visited:
>> No records found with specified coordinates
 
makenull
>> Makenull successful
 
debug
>> E