package
Version:
v0.0.0-...-fdcae39
Opens a new window with list of versions in this module.
Published: May 14, 2023
License: GPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Preorder(root *Node) []int
Preorder 递归方式实现的前序遍历
func PreorderByStack(root *Node) []int
PreorderByStack 迭代方式实现的前序遍历
Source Files
¶
Click to show internal directories.
Click to hide internal directories.