MCPcopy Index your code
hub / github.com/careercup/CtCI-6th-Edition-JavaScript / BST.js

File BST.js

chapter07/util/BST.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1var Queue = require('./Queue');
2
3var BST = function(value) {
4 this.value = value;

Callers

nothing calls this directly

Calls 5

insertMethod · 0.80
addMethod · 0.80
isEmptyMethod · 0.45
removeMethod · 0.45
pushMethod · 0.45

Tested by

no test coverage detected