For the homework problem, you should include in each B-tree node exactly what is stated in the assignment.
1963: The last streetcar serving the campus of Washington University ended its run
The definition of a probe given in the lab assignment, just discusses the contain method (which was called containsKey). Each time you examine an entry in the hash table with the get method, it is also called a probe. (If it helps you, feel free to replace contains in the description of Part 2 with get.)
static final MappingRecord DELETED = new MappingRecord(""); // sentinels for deleted
Where is the MappingRecord class defined?
Terminal.startTranscript("transcript.txt");
Similary, if you want the data to be read from the file sample-pointfile then replace the portion of the driver that generates the random point set by:
points = PointReader.readXYPoints("sample-pointfile");
Return to the CSE 241 Home Page