MCPcopy 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
2const BinarySearchTree = require('./binary-search-tree');
3
4class Student {

Callers

nothing calls this directly

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected