Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Node ¶
func (*Node) GetNodeByValueDFS ¶
DFS implementation
type TreeBranchSymbols ¶
var DefaultTreeBranchSymbols TreeBranchSymbols = TreeBranchSymbols{
Branch: "├── ",
LastBranch: "└── ",
Vertical: "│ ",
Space: " ",
}
Click to show internal directories.
Click to hide internal directories.