From cefb1c1ea2e9e998a5c12a95c789345e500a7a51 Mon Sep 17 00:00:00 2001 From: Kelvin Lau Date: Mon, 9 Oct 2017 16:34:25 -0700 Subject: [PATCH] Added a few extra words describing lazy propagation. --- Segment Tree/README.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Segment Tree/README.markdown b/Segment Tree/README.markdown index e3010b1fe..99ec85cd8 100644 --- a/Segment Tree/README.markdown +++ b/Segment Tree/README.markdown @@ -201,7 +201,8 @@ See the playground for more examples of how to use the segment tree. ## See also -[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. + [Segment tree at PEGWiki](http://wcipeg.com/wiki/Segment_tree) *Written for Swift Algorithm Club by [Artur Antonov](https://github.com/goingreen)*