- Published on
KembaraXtra-Computer Terms – blind search:
Blind search is a method of searching for information in memory or on a storage device without any prior knowledge of where the data is located or how it is organized. The system simply checks each possible location until the desired data is found.
Because it does not rely on indexing or ordered data structures, blind search can be slower than more efficient search methods. It is often associated with simple search techniques such as linear searching.
Blind search is a method of searching for information in memory or on a storage device without any prior knowledge of where the data is located or how it is organized. The system simply checks each possible location until the desired data is found.
Because it does not rely on indexing or ordered data structures, blind search can be slower than more efficient search methods. It is often associated with simple search techniques such as linear searching.
0 Comments