This document (notebook) describes three ways of making mazes (or labyrinths) using graphs. The first two are based on rectangular grids; the third on a hexagonal grid.
Tag Archives: Graph Theory
Day 12 – Graphs in Raku
This blog post discusses the development of graph theory algorithms in Raku. Moderate number of examples is used.