MCPcopy Create free account
hub / github.com/TheAlgorithms/JavaScript /

Class

Trees/BreadthFirstTreeTraversal.js:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14class BinaryTree {
15 constructor() {
16 this.root = null
17 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected