↓ 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: a star

Python – A Star Search in Graph

By Vitosh Posted on December 21, 2025 Posted in Python Tagged with a star, graph, graph theory, heuristics, Python, shortest path
Python – A Star Search in Graph

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 »

VBA – A* Search Algorithm with Excel

By Vitosh Posted on May 16, 2025 Posted in VBA \ Excel Tagged with a star, dijkstra, dijkstra with excel, Excel, search algorithm, VBA
VBA – A* Search Algorithm with Excel

Ok, so some 10 years ago, I was having fun coding A* Search Algorithms in Excel in VitoshAcademy and this is what I had built back then: VBA – A* search algorithm with Excel – Really? VBA – A Search …

VBA – A* Search Algorithm with Excel Read more »

Copyright © 2026 VitoshAcademy