Anonymous

Changes

From CMSC 420
3 bytes added ,  19:13, 10 June 2008
m
→‎Data structures: replace btree references with bptree (bplus tree)
Line 8: Line 8:     
== Data structures ==
 
== Data structures ==
# Data Dictionary ([[BTree.java |B-tree]] for part 2)
+
# Data Dictionary ([[BPTree.java |B+ tree]] for part 2)
 
#* Related commands:
 
#* Related commands:
 
#** [[createCity]]
 
#** [[createCity]]
 
#** [[listCities]]
 
#** [[listCities]]
 
#** [[clearAll]]
 
#** [[clearAll]]
#** [[printBTree]]
+
#** [[printBPTree]]
 
# Spatial Map ([[PM Quadtree#PM3 Quadtree |PM3 Quadtree]] for part 2)
 
# Spatial Map ([[PM Quadtree#PM3 Quadtree |PM3 Quadtree]] for part 2)
 
#* Related commands:
 
#* Related commands: