MCPcopy Create free account
hub / github.com/careercup/CtCI-6th-Edition-JavaScript / randomNode.js

File randomNode.js

chapter04/4.11 - Random Node/randomNode.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 4

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

Tested by

no test coverage detected