Author: Stan Eisenstat
Subject: Re: [Cs223] Hwk5 Note 5
Date: Friday, 03 Apr 2020, 22:31:32
> Message Posted By: Unknown > > Is there a specific attribute of our triples that we are supposed to order > our search tables? If not, how are we supposed to make our search tables > using "ordered arrays"? The arrays are ordered by POSITION, which will make searching more efficient in the unsuccessful case. Did it not increase the amount of code too much, we could have used binary search. --Stan-PREV INDEX NEXT