Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ BST
Method
BST
Java/SearchingAlgorithms/BFS/BST.java:6–8 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4
Node root;
5
6
BST(){
7
root = null;
8
}
9
10
class
Node{
11
int
value;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected