Skip to content

Commit

Permalink
Added a few extra words describing lazy propagation.
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinlauKL authored Oct 9, 2017
1 parent cfb4f9b commit cefb1c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Segment Tree/README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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)*

0 comments on commit cefb1c1

Please sign in to comment.