User contributions
26 October 2013
PrintAvlTree
Parameters (In output order)
-18
PrintAvlTree
no edit summary
-381
PrintAvlTree
no edit summary
+1,316
PrintAvlTree
no edit summary
+155
30 September 2013
PrintAvlTree
Created page with "Print the AVL-G Tree. Will be up once the spec is correct :)"
Part 2
Commands
Part 2
Data structures
Part 2
no edit summary
-2
Part 2
no edit summary
Part 2
no edit summary
-90
PrintPMQuadtree
no edit summary
+3,575
Main Page
MeeshQuest Project
-26
Part 2
Data structures
-1
Part 2
Data structures
+2
Part 2
Data structures
+4
Part 2
no edit summary
+117
ShortestPath
Created page with "Prints the shortest path and direction traveled (from the perspective of someone driving down the current road) between the cities named by the '''start''' and '''end''' attri..."
NearestCityToRoad
Created page with "Will return the name and location of the closest city in the spatial map to the specified road in the spatial map. The road is specified by the start and end cities. Since roa..."
NearestRoad
Created page with "Will output the nearest road to the specified point in the spatial map. Ties will be broken asciibetically by the name of the start then end city. == Parameters (In output or..."
NearestIsolatedCity
Created page with "Will return the name and location of the closest isolated city to the specified point in the spatial map. To do this correctly, you may want to use the PriorityQueue from part..."
NearestCity
no edit summary
+272
RangeRoads
Possible
RangeRoads
Created page with "Lists all the roads present in the spatial map that intersect the circle defined by the given radius and point (x, y). Roads which are tangent to the circle are considered in ..."
CreateCity
Example
+7
ClearAll
Example
+7
ListCities
Example
+7
SaveMap
Example
+7
RangeCities
Example
+7
SaveMap
no edit summary
+198
PrintPMQuadtree
Created page with "prints the PMQuadtree corresponding to the command parameter pmOrder. Because we have quadrants numbered as: (1) NW, (2) NE, (3) SW, (4) SE, the PM quadtrees are deterministic..."
MapCity
no edit summary
+307
ClearAll
no edit summary
Part 2
Commands
+458
MapRoad
Created page with "Inserts a road between the two cities (vertices) named by the '''start''' and '''end''' attributes in PM quadtree. The obvious error conditions follow: the '''start''' or '''e..."
17 September 2013
13 September 2013
12 September 2013
11 September 2013
SaveMap
no edit summary
+12
PrintPRQuadtree
no edit summary
+12
UnmapCity
no edit summary
+12
MapCity
no edit summary
+12
ListCities
no edit summary
+12
ClearAll
no edit summary
+12
DeleteCity
no edit summary
+12
CreateCity
no edit summary
+12
NearestCity
Created page with "Will return the name and location of the closest city to the specified point in space. To do this correctly, you may want to use an algorithm using a PriorityQueue, such as [..."
RangeCities
Created page with "Lists all the cities present in the map within a radius of a point x,y in the map. Cities on the boundary of the circle are included, and x,y are integer coordinates. That is,..."