Searching Algorithms

From Embedded Systems Learning Academy
Revision as of 02:53, 19 December 2016 by Proj user16 (talk | contribs) (Created page with "==Searching Algorithms== Information retrieval is critical in any computer application. Large sets of records are stored in computer system, from which a particular record is...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Searching Algorithms

Information retrieval is critical in any computer application. Large sets of records are stored in computer system, from which a particular record is fetched in which required information would be stored. Each record stored in the computer environment would have a key associated to it. Based on the search criteria system scans through the records and extract the matching records only. To Increase the speed or reduce the information retrieval duration, various searching techniques are used.

Below are the basic commonly used searching algorithms.