Java Reference
In-Depth Information
c.
as the file is loaded, create an index in which the keys are in the order given. how is
such an index searched for a given key?
d.
as the file is loaded, create an index in which the keys are sorted. given a key, how is
the corresponding record retrieved?
Discuss what changes must be made to the index when records are added to and
deleted from the file.
8.
For the “parts file” application discussed in this chapter, write methods for (i) adding new
records and (ii) deleting records.
Search WWH ::




Custom Search