Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/loiane/javascript-datastructures-algorithms
/ 01-bst.js
File
01-bst.js
src/10-tree/01-bst.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// src/10-tree/01-bst.js
2
const
BinarySearchTree = require(
'./binary-search-tree'
);
3
4
class
Student {
Callers
nothing calls this directly
Calls
1
insert
Method · 0.45
Tested by
no test coverage detected