Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunBoolMaze ¶
func RunBoolMaze()
func RunIntMaze ¶
func RunIntMaze()
Types ¶
type BoolMazeServicer ¶
type BoolMazeServicer interface {
RightDownSlant()
}
func InitBoolMaze ¶
func InitBoolMaze(r, c int) BoolMazeServicer
type MazeServicer ¶
type MazeServicer interface { RightDown() RightDownSlant() }
func InitIntMaze ¶
func InitIntMaze(r, c int) MazeServicer
Click to show internal directories.
Click to hide internal directories.