Versions in this module Expand all Collapse all v0 v0.1.0 Mar 24, 2024 Changes in this version + const Empty + const End + const Invalid + const Path + const Start + const Wall + type Matrix struct + Cols int + Data [][]int + End *Point + Graph graph.Graph[string, string] + Rows int + Start *Point + func NewMatrix(rows, cols int) *Matrix + func (m *Matrix) CleanAllValues(v int) + func (m *Matrix) FindMinimumPath() error + func (m *Matrix) GenerateRandomWalls() error + func (m *Matrix) Get(col, row int) int + func (m *Matrix) InitEdges() error + func (m *Matrix) Set(col, row, val int) + type Point struct + X int + Y int