Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2
const
BinarySearchTree = require(
'./binary-search-tree'
);
3
4
class
Employee {
Callers
nothing calls this directly
Calls
3
sendEmergencyNotification
Function · 0.70
insert
Method · 0.45
preOrderTraverse
Method · 0.45
Tested by
no test coverage detected