(self)
| 63 | self.play(tree.to_edge, RIGHT) |
| 64 | |
| 65 | def construct(self): |
| 66 | self.start_logo() |
| 67 | self.init_message("线段树") |
| 68 | self.show_diff() |
| 69 | # |
| 70 | self.wait(1) |
| 71 | |
| 72 | class SegmentTreeWhatIs(AlgoScene): |
| 73 | def __init__(self, **kwargs): |
nothing calls this directly
no test coverage detected