Documentation
¶
Index ¶
Constants ¶
View Source
const (
// MaxTriangle is the largest triangular number we will consider
MaxTriangle = 100000
)
Variables ¶
View Source
var ( // Triangles stores whether the position in the slice is triangular or not Triangles [MaxTriangle + 1]bool )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.