search algorithm
any algorithm which solves the search problem, namely, to retrieve information stored within some data structure, or calculated in the search space of a problem domain, either with discrete or continuous values
local optimum
mathematical concept
uninformed search algorithm
type of search algorithm
trigram search
String metric algorithm
multiplicative binary search
search algorithm
interpolation search
Searching algorithm
cuckoo search
optimization algorithm
Conflict Driven Clause Learning
SAT solving algorithm
graph traversal
checking and/or changing each vertex in a graph
state-space search
class of search algorithms
dichotomic search
Type of search algorithm
Best node search
minimax search algorithm
binary search algorithm
search algorithm in sorted lists that operates by decreasing the search space by half each pass
B*
best-first graph search algorithm
jump search
search algorithm
Late Move Reductions
Computer chess algorithm enhancement
jump point search
search algorithm
pathfinding
plotting, by a computer application, of the shortest route between two points
beam search
heuristic search algorithm
hill climbing
optimization algorithm
Grover's algorithm
quantum unstructured search algorithm that finds with high probability the unique input to a black box function that produces a particular output value using 𝑂(𝑁) evaluations
proof-number search
game tree search algorithm
uniform-cost search
algorithm used to search a weighted graph
bidirectional search
algorithm for finding shortest paths by simultaneously searching from the source and destination until both searches meet
string-searching algorithm
algorithm which searches for patterns within strings
linear search
search algorithm in unsorted lists
tree traversal
class of algorithms
ternary search
technique in computer science for finding the minimum or maximum of a unimodal function
Fibonacci search technique
Method of searching a sorted array
maximum inner-product search
class of search problems
backtracking
class of algorithm
iterative deepening depth-first search
search strategy
exponential search
algorithm for searching sorted, infinite lists
similarity search
searching for similar items in a data set
informed search algorithm
type of search algorithm in which preliminary information is available (generally heuristic)