Skip to content

Commit 4f9d9b3

Browse files
authored
Update SegmentTree.md
1 parent e384fd1 commit 4f9d9b3

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Tutorial/SegmentTree.md

-10
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
- <details><summary>Idea</summary>
77
Firstly store all value
88
</details>
9-
109
- <details><summary>Code</summary>
1110

1211
```c++
@@ -80,12 +79,3 @@ int main() {
8079
</details>
8180
8281
83-
- example 4
84-
85-
> Firstly store all value
86-
<details>
87-
<summary>Code</summary>
88-
89-
</details>
90-
91-

0 commit comments

Comments
 (0)