Passer au contenu principal
Tangente

Great solved problems

Some large optimization problems have an efficient algorithmic solution. This is the case when it comes to finding the shortest path among an immense number of possibilities, to make a flow (of electricity, water, information…) transit through a network or to solve a "linear" program, not requiring enumerating all potential solutions. These questions have the good taste of belonging to the P class of problems that can be solved in "reasonable" time (sometimes polynomial). The associated algorithms, some of which, like the simplex, are ranked among the ten most important of the 20th century, have engraved the name of their discoverer in the history of computer science: Dijkstra, Ford and Fulkerson, Bellman…