Documentation ¶
Index ¶
Constants ¶
View Source
const ( Wall = 1 Empty = 0 Start = 2 End = 3 Path = 4 Invalid = -1 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Matrix ¶
type Matrix struct {
Rows, Cols int
Data [][]int
Graph graph.Graph[string, string]
Start, End *Point
}
func (*Matrix) CleanAllValues ¶
func (*Matrix) FindMinimumPath ¶
func (*Matrix) GenerateRandomWalls ¶
Click to show internal directories.
Click to hide internal directories.