> From: Phillip Streck > > Thanks for all the input, what i ended up doing was using a > search algorithm similiar to the Quick Sort algorithm... i'm not > sure what its called, but i'm sure it has a name. > FYI, Phillip, the code you posted is a binary search. It is "binary" because it divides the area to be searched in half each time it goes through the loop. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
- large number of records ( solution ) Phillip Streck
- RE: large number of records ( solution ) Richard Burmeister
- RE: large number of records ( solution ) Phillip Streck
