Search results
Appearance
Showing results for dijkstras algorithm. No results found for Dijkstra algoritm.
The page "Dijkstra algoritm" does not exist. You can create a draft and submit it for review or request that a redirect be created, but consider checking the search results below to see whether the topic is already covered.
- Dijkstra's algorithm (/ˈdaɪkstrəz/ DYKE-strəz) is an algorithm for finding the shortest paths between nodes in a weighted graph, which may represent, for...45 KB (5,637 words) - 05:42, 3 June 2025
- SRI International) first published the algorithm in 1968. It can be seen as an extension of Dijkstra's algorithm. A* achieves better performance by using...43 KB (5,547 words) - 08:04, 27 May 2025
- The Dijkstra–Scholten algorithm (named after Edsger W. Dijkstra and Carel S. Scholten) is an algorithm for detecting termination in a distributed system...5 KB (752 words) - 02:21, 15 December 2024
- all of the other vertices in a weighted digraph. It is slower than Dijkstra's algorithm for the same problem, but more versatile, as it is capable of handling...22 KB (2,854 words) - 11:38, 24 May 2025
- Dijkstra in 1959. Therefore, it is also sometimes called the Jarník's algorithm, Prim–Jarník algorithm, Prim–Dijkstra algorithm or the DJP algorithm....18 KB (2,079 words) - 20:30, 15 May 2025
- Bellman–Ford algorithm to compute a transformation of the input graph that removes all negative weights, allowing Dijkstra's algorithm to be used on...8 KB (1,111 words) - 18:17, 18 November 2024
- The algorithm was conceived by John W. Suurballe and published in 1974. The main idea of Suurballe's algorithm is to use Dijkstra's algorithm to find...9 KB (1,302 words) - 19:58, 12 October 2024
- computer scientist Named after him: Dijkstra's algorithm, Dijkstra Prize, Dijkstra–Scholten algorithm Bram Dijkstra (born 1938), American professor of...3 KB (276 words) - 19:48, 20 April 2025
- Dynamic programming (redirect from List of algorithms that use dynamic programming)Dynamic programming is both a mathematical optimization method and an algorithmic paradigm. The method was developed by Richard Bellman in the 1950s and...61 KB (9,283 words) - 15:15, 30 April 2025
- Priority queue (section Dijkstra's algorithm)not all algorithms can use this kind of priority queue. Dijkstra's algorithm for example can not work on several nodes at once. The algorithm takes the...33 KB (5,009 words) - 23:32, 25 April 2025
- A galactic algorithm is an algorithm with record-breaking theoretical (asymptotic) performance, but which is not used due to practical constraints. Typical...21 KB (2,636 words) - 20:12, 27 May 2025
- Pathfinding (redirect from Path planning algorithm)variant on solving mazes. This field of research is based heavily on Dijkstra's algorithm for finding the shortest path on a weighted graph. Pathfinding is...15 KB (1,994 words) - 07:54, 19 April 2025
- {\displaystyle A} , and the algorithm continues to the next iteration. The algorithm assumes that the Dijkstra algorithm is used to find the shortest...15 KB (2,179 words) - 22:30, 13 May 2025
- Shortest path problem (redirect from Shortest path algorithm)Find the Shortest Path: Use a shortest path algorithm (e.g., Dijkstra's algorithm, Bellman-Ford algorithm) to find the shortest path from the source node...46 KB (4,764 words) - 14:36, 26 April 2025
- One algorithm is a slight modification of the traditional Dijkstra's algorithm, and the other called the Breadth-First-Search (BFS) algorithm is a variant...8 KB (1,244 words) - 21:18, 31 March 2024
- tree (AST). The algorithm was invented by Edsger Dijkstra, first published in November 1961, and named the "shunting yard" algorithm because its operation...13 KB (1,054 words) - 15:19, 22 February 2025
- Floyd–Warshall algorithm (also known as Floyd's algorithm, the Roy–Warshall algorithm, the Roy–Floyd algorithm, or the WFI algorithm) is an algorithm for finding...23 KB (3,017 words) - 07:12, 23 May 2025
- algorithm presented later can handle negative edge weights, whereas the Dijkstra algorithm requires all edges to have a positive weight. The Dijkstra...17 KB (3,046 words) - 07:52, 4 May 2025
- and so on. Examples include Dijkstra's algorithm, Kruskal's algorithm, the nearest neighbour algorithm, and Prim's algorithm. Another important subclass...11 KB (1,453 words) - 16:18, 10 February 2025
- A greedy algorithm is any algorithm that follows the problem-solving heuristic of making the locally optimal choice at each stage. In many problems, a...17 KB (1,918 words) - 15:30, 5 March 2025