package
Version:
v0.0.0-...-adc727d
Opens a new window with list of versions in this module.
Published: Oct 28, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func (this *BST) Add(e interface{})
向二分搜索树中添加新的元素 e
func (this *BST) Contains(e interface{}) bool
看二分搜索树中是否包含元素 e
func (this *BST) GetSize() int
func (this *BST) InOrder()
二分搜索树的中序遍历
func (this *BST) PostOrder()
二分搜索树的后序遍历
func (this *BST) PreOrder()
二分搜索树的前序遍历
func (this *BST) PreOrderNR()
二分搜索树的非递归前序遍历
Source Files
¶
Click to show internal directories.
Click to hide internal directories.