Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/18/06 03:36
Read: times


 
#120430 - Brute force
Responding to: ???'s previous message

Frank, you need to give us a bit more information. The secret to choosing an optimum algorithm is knowing exactly what the data is.

Try doing a 'brute force' search - how long does this take? How long do you want the maximum search time to be? Sometimes having the data pre-sorted can improve the search times.

You might also want to do a search on 'hash tables' and maybe get a book on data algorithms.



List of 2 messages in thread
TopicAuthorDate
Data Searching Algorithm            01/01/70 00:00      
   Brute force            01/01/70 00:00      

Back to Subject List