Maze in Excel with Kruskal's Algorithm

Поделиться
HTML-код
  • Опубликовано: 9 ноя 2023
  • Excel macro/VBA code available in this post: excelmacrofun.blogspot.com/20...
    In a previous video we saw how to generate a maze in Excel using VBA macros and following the randomized depth-first search algorithm. In this video we see how to create a maze in Excel using the randomized Kruskal’s algorithm. This other method allows creating larger maze structures, faster and without halting or breaking the code. On the other hand, it renders simple maze patterns that are easier to solve compared to patterns of similar size created with randomized depth-first search. In this video we see how to implement Kruskal's algorithm to create a maze in Excel with VBA macros.
    Find more games, puzzles, and fun macros in Excel in the blog spot: Excel Macro Fun (excelmacrofun.blogspot.com/)
    Find also macro examples and Excel VBA learning materials (including the Excel VBA Guide for Beginners and Excel VBA Objects Guide for Intermediate) in the blog spot: excelmacroclass.blogspot.com
    And yet, if you want more, you can find various Excel applications of different nature in the other blogs of the Excel Macro Mania saga:
    Excel Macro Business (excelmacrobusiness.blogspot.com/)
    Excel Macro Sports (excelmacrosports.blogspot.com/)

Комментарии • 2