MCPcopy Create free account
hub / github.com/loiane/javascript-datastructures-algorithms / 03-pre-order-traversal.js

File 03-pre-order-traversal.js

src/10-tree/03-pre-order-traversal.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// src/10-tree/03-pre-order-traversal.js
2const BinarySearchTree = require('./binary-search-tree');
3
4class Employee {

Callers

nothing calls this directly

Calls 3

insertMethod · 0.45
preOrderTraverseMethod · 0.45

Tested by

no test coverage detected