package
Version:
v0.0.0-...-9b92ec5
Opens a new window with list of versions in this module.
Published: Jan 3, 2021
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type NTree struct {
Val int
Children []*NTree
}
CreateTree [3,9,20,null,null,15,7]
func (th *Node) LevelOrder() [][]int
Source Files
¶
Click to show internal directories.
Click to hide internal directories.