Search algorithms
In computer science, a search algorithm is an algorithm for finding an item with specified properties among a collection of items. The items may be stored individually as records in a database; or may be elements of a search space defined by a mathematical formula or procedure, such as the roots of an equation with integer variables; or a combination of the two, such as the Hamiltonian circuits of a graph.
Parttern matching algorithms
String matching algorithms
- Brute Force algorithm
- 가장 간단한 문자열 패턴 검색 알고리즘
- 사서 검색을 위한 알고리즘
Favorite site
- Wikipedia (en) 검색 알고리즘에 대한 설명
- Wikipedia (en) 문자열 검색 알고리즘에 대한 설명
- EXACT STRING MATCHING ALGORITHMS 1
- KLDP 가장 빠른 문자열 매칭 알고리즘에 대한 질문
- KMP 알고리즘에 대한 설명
- 문자열 매칭 알고리즘의 종류와 비교
References
-
Igm.univ-mlv.fr.zip ↩