We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfb4f9b commit cefb1c1Copy full SHA for cefb1c1
Segment Tree/README.markdown
@@ -201,7 +201,8 @@ See the playground for more examples of how to use the segment tree.
201
202
## See also
203
204
-[Lazy Propagation](https://github.com/raywenderlich/swift-algorithm-club/tree/master/Segment%20Tree/LazyPropagation)
+[Lazy Propagation](https://github.com/raywenderlich/swift-algorithm-club/tree/master/Segment%20Tree/LazyPropagation) implementation and explanation.
205
+
206
[Segment tree at PEGWiki](http://wcipeg.com/wiki/Segment_tree)
207
208
*Written for Swift Algorithm Club by [Artur Antonov](https://github.com/goingreen)*
0 commit comments