Skip to content

Commit b6c3567

Browse files
author
杨世超
committed
Update 01.Segment-Tree.md
1 parent 1ebb2c1 commit b6c3567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Contents/07.Tree/03.Segment-Tree/01.Segment-Tree.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
之前我们学习过二叉树的两种存储结构,一种是「链式存储结构」,另一种是「顺序存储结构」。线段树也可以使用这两种存储结构来实现。
2727

28-
由于线段树近乎是完全二叉树,所以很适合用 **「顺序存储结构」**来实现。
28+
由于线段树近乎是完全二叉树,所以很适合用「顺序存储结构」来实现。
2929

3030
我们可以采用与完全二叉树类似的编号方法来对线段树进行编号,方法如下:
3131

0 commit comments

Comments
 (0)