Skip to content

Commit cefb1c1

Browse files
authored
Added a few extra words describing lazy propagation.
1 parent cfb4f9b commit cefb1c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Segment Tree/README.markdown

+2-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,8 @@ See the playground for more examples of how to use the segment tree.
201201

202202
## See also
203203

204-
[Lazy Propagation](https://github.com/raywenderlich/swift-algorithm-club/tree/master/Segment%20Tree/LazyPropagation)
204+
[Lazy Propagation](https://github.com/raywenderlich/swift-algorithm-club/tree/master/Segment%20Tree/LazyPropagation) implementation and explanation.
205+
205206
[Segment tree at PEGWiki](http://wcipeg.com/wiki/Segment_tree)
206207

207208
*Written for Swift Algorithm Club by [Artur Antonov](https://github.com/goingreen)*

0 commit comments

Comments
 (0)