↓ Skip to Main Content
Useful code Programming with VBA, C# and Python

Main Navigation

  • All
  • VBA
    • VBA Tools
    • VBA Online Resources
    • All VBA articles
  • Python
  • Else
    • C#
  • Reviews
    • List of reviews
  • YouTube
  • PayPal
  • About
Useful code Programming with VBA, C# and Python

Off Canvas Menu

  • All
  • VBA
    • VBA Tools
    • VBA Online Resources
    • All VBA articles
  • Python
  • Else
    • C#
  • Reviews
    • List of reviews
  • YouTube
  • PayPal
  • About

Tag: shortest path

Home › Posts tagged shortest path
Python – A Star Search in Graph
Python

Python – A Star Search in Graph

Vitosh Dec 21, 2025 Tagged with a star, graph, graph theory, heuristics, Python, shortest path

A* is probably my favourite graph search algorithm. Some 10+ years ago, I have implmented it with Excel and after that I have written a few more implementations. Just, not to repeat myself, I will not discuss it here. The reason …

Python – A Star Search in Graph Read more →

Python – Get the shortest path in a weighted graph – Dijkstra
VBA \ Excel

Python – Get the shortest path in a weighted graph – Dijkstra

Vitosh Jul 22, 2015 Tagged with dijkstra, HackBulgaria, print shortest path dijkstra, Python, shortest path

Today, I will take a look at a problem, similar to the one here. In the article there, I produced a matrix, calculating the cheapest plane tickets between any two airports given. Today, the task is a little different. I would …

Python – Get the shortest path in a weighted graph – Dijkstra Read more →

Copyright © 2026 VitoshAcademy