| |
| | Search algorithm Summary |
 | | One can be constructed simply by using a variant of the binary search algorithm, but the real challenge lies in inserting and deleting data from the binary search tree in such a way as to keep it balanced, in order to accommodate modifications in the database corresponding to the binary search tree. |
 | | In computer science, a search algorithm, broadly speaking, is an algorithm that takes a problem as input and returns a solution to the problem, usually after evaluating a number of possible solutions. |
 | | Brute-force search or "naïve"/uninformed search algorithms use the simplest, most intuitive method of searching through the search space, whereas informed search algorithms use heuristics to apply knowledge about the structure of the search space to try to reduce the amount of time spent searching. |
| www.bookrags.com /Search_algorithm (2176 words) |
|