MCPcopy Create free account
hub / github.com/acm-clan/algorithm-stone / __init__

Method __init__

animations/segmenttree.py:159–160  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

157
158class SegmentTreeUpdate(SegmentTreeBase):
159 def __init__(self, **kwargs):
160 super().__init__(**kwargs)
161
162 def find_element(self, node, val, new_val):
163 if not node:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected