Content deleted Content added
Tag: Reverted |
m Reverted 3 edits by 2A06:5B01:8201:3600:ACED:E069:EB47:285 (talk) to last revision by 1TWO3Writer |
||
Line 20:
*Problems in [[combinatorial optimization]], such as:
** The [[vehicle routing problem]], a form of [[shortest path problem]]
** The [[knapsack problem]]: Given a set of items, each with
** The [[nurse scheduling problem]]
* Problems in [[constraint satisfaction]], such as:
Line 47:
===For sub-structures of a given structure===
The name
An important and extensively studied subclass are the [[List of algorithms#Graph algorithms|graph algorithm]]s, in particular [[graph traversal]] algorithms, for finding specific sub-structures in a given graph — such as [[Glossary of graph theory#Subgraphs|subgraphs]], [[path (graph theory)|paths]], circuits, and so on. Examples include [[Dijkstra's algorithm]], [[Kruskal's algorithm]], the [[nearest neighbour algorithm]], and [[Prim's algorithm]].
Line 54:
===Search for the maximum of a function===
In 1953, American [[statistics|statistician]] [[Jack Kiefer (statistician)|Jack Kiefer]] devised [[Fibonacci search technique|Fibonacci search]] which can be
===For quantum computers===
|