MCPcopy Create free account
hub / github.com/betomoedano/JavaScript-Coding-Interview-Questions /

Class

binary-trees/range-sum-of-bst.js:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 */
15
16class SumInfo {
17 constructor() {
18 this.sum = 0;
19 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected