//
pkg.gl
Category
github.com/Hexiaopi/go-notes
algorithm
btree
package
0.0.0-20240902082406-25d27471d586
Repository:
https://github.com/hexiaopi/go-notes.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
101 SLOC
#
Functions
Depth
No description provided by the author
InOrder
No description provided by the author
LeafCount
No description provided by the author
NewNode
调用底层函数.
PostOrder
No description provided by the author
PreOrder
No description provided by the author
PrintBT
No description provided by the author
#
Structs
Node
No description provided by the author
#
Interfaces
Initer
用于初始化的接口.
Operater
输出、深度计算、叶子统计基本操作接口.
Order
前序遍历、中序遍历、后续遍历.