package
0.0.0-20250112164328-6af53558e83f
Repository: https://github.com/diamond-bullet/golangpractice.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
InOrderWalk MarkIt 非递归,二叉树,中序遍历.
PostOrderWalk MarkIt 非递归,二叉树,后序遍历.
PreOrderWalk MarkIt 非递归,二叉树,前序遍历.

# Structs

SegmentTree not all the fields are needed, follow definition is a self-contained demonstration.
TreeNode # binary tree.