- Solve real problems with our hands-on interface
- Progress from basic puts and calls to advanced strategies

Posted November 11, 2021 at 10:04 am
See Part I for an overview of Dijkstra algorithm and Part II for pseudo code of Dijkstra algorithm.
As we have seen, the Dijkstra Algorithm is used to solve the problem of minimum paths in a directed graph. The implementation we have been analysing always gives us the optimal matrix of minimum paths.
Typical applications of the Dijkstra algorithm:
Graphs
| Graph | Vertices | Edges |
| Financial | Stocks, currency | Transactions |
| Neural networks | Neurons | Synapses |
| Scheduling | Tasks | Precedence constraints |
| Communication | Telephones, computers | Fibre optic cables |
| Circuits | Gates, registers, processors | Wires |
| Mechanical | Joints | Rods, beams, springs |
| Hydraulic | Reservoirs, pumping stations | Pipelines |
| Games | Board positions | Legal moves |
| Internet | Web pages | Hyperlinks |
Dijkstra algorithm and Kruskal algorithm – both these algorithms belong to the family of greedy algorithms. Although Dijkstra algorithm is used to solve the shortest path problem, the Kruskal algorithm is used to solve the minimum covering graph.
Dijkstra algorithm and Prim algorithm – both algorithms belong to the family of greedy algorithms. Although the Dijkstra algorithm is used to solve the shortest path problem, the Prim algorithm is used to solve the minimum covering graph as the Kruskal algorithm.
What is the difference between Prim algorithm and Kruskal algorithm? The difference is in the way the greedy algorithm is implemented. While the Kruskal algorithm always chooses the edges in increasing order of length and forms disjoint subsets to finally find the optimal solution, the Prim algorithm always has the optimal set at a given time.
Stay tuned for the next installment in which Mario Pisa will demonstrate how to find the shortest path using the Dijkstra algorithm.
Visit QuantInsti for additional insight on this topic: https://blog.quantinsti.com/dijkstra-algorithm/
Information posted on IBKR Campus that is provided by third-parties does NOT constitute a recommendation that you should contract for the services of that third party. Third-party participants who contribute to IBKR Campus are independent of Interactive Brokers and Interactive Brokers does not make any representations or warranties concerning the services offered, their past or future performance, or the accuracy of the information provided by the third party. Past performance is no guarantee of future results.
This material is from QuantInsti and is being posted with its permission. The views expressed in this material are solely those of the author and/or QuantInsti and Interactive Brokers is not endorsing or recommending any investment or trading discussed in the material. This material is not and should not be construed as an offer to buy or sell any security. It should not be construed as research or investment advice or a recommendation to buy, sell or hold any security or commodity. This material does not and is not intended to take into account the particular financial conditions, investment objectives or requirements of individual customers. Before acting on this material, you should consider whether it is suitable for your particular circumstances and, as necessary, seek professional advice.
There is a substantial risk of loss in foreign exchange trading. The settlement date of foreign exchange trades can vary due to time zone differences and bank holidays. When trading across foreign exchange markets, this may necessitate borrowing funds to settle foreign exchange trades. The interest rate on borrowed funds must be considered when computing the cost of trades across multiple markets.
Join The Conversation
For specific platform feedback and suggestions, please submit it directly to our team using these instructions.
If you have an account-specific question or concern, please reach out to Client Services.
We encourage you to look through our FAQs before posting. Your question may already be covered!