What is the fastest search which can be done on a non-sorted array?
Posted
by Jay
on Stack Overflow
See other posts from Stack Overflow
or by Jay
Published on 2010-06-07T13:58:20Z
Indexed on
2010/06/07
14:02 UTC
Read the original article
Hit count: 217
How to search fast in a non-sorted array? I am unable to think of any other search mechanism apart from linear search.
Any pointers will be helpful.
© Stack Overflow or respective owner