Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/douchuan/algorithm
/ bst.rs
File
bst.rs
src/tree/binary/bst.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
//! 一棵二叉搜索树是一棵满足下面条件的二叉树
2
//! 1. 所有左侧分支的值都小于本节点的值
3
//! 2. 本节点的值小于所有右侧分支的值
4
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected