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

Class

Graphs/LCABinaryLifting.js:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9import { BinaryLifting } from './BinaryLifting'
10
11class LCABinaryLifting extends BinaryLifting {
12 constructor(root, tree) {
13 super(root, tree)
14 this.depth = new Map() // depth[node] stores the depth of node from root

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected