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

Class

Data-Structures/Tree/SegmentTree.js:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 * space complexity : O(N)
12 */
13class SegmentTree {
14 size
15 tree
16 constructor(arr) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected