Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/JavaScript
/
Class
Data-Structures/Tree/BinarySearchTree.js:112–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
// class Tree
111
const
Tree = (
function
() {
112
class
Tree {
113
constructor() {
114
// Just store the root
115
this.root = null
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected