Search algorithm: Difference between revisions

Content deleted Content added
CYD (talk | contribs)
mNo edit summary
m ja:
Line 1:
[[ja:検索]]
'''Search algorithm'''s are [[algorithm|algorithms]] that find one element of a set by some key (perhaps containing other information related to the key). As this is a common problem in [[computer science]], the [[computational complexity]] of searching algorithms has been well studied.