Versions in this module Expand all Collapse all v0 v0.0.1 Aug 22, 2020 Changes in this version + const N + var Direction = [4]Point + func Abs(a int) int + func Count24(nums []int) bool + func ExpressionValue(exp string) int + func FactorValue() int + func Hanoi(n int, src, mid, dest string) + func IsDigit() + func JudgePoint24(nums []int) bool + func Max(i, j int) int + func NQueen(col int) + func Queen(size int) + func ReadMazeFile(filename string) [][]int + func SetWay(m *[18][17]int, i, j int) bool + func Stairs(n int) int + func TermValue() + func Walk(maze [][]int, start, end Point) [][]int + type Point struct + I int + J int + func (p Point) At(grid [][]int) (int, error) + func (p Point) Move(r Point) Point