Showing posts with label tree. Show all posts
Showing posts with label tree. Show all posts

Wednesday, December 7, 2016

Segment Tree On the run

Segment Tree On the run


Im trying to implement Segment Tree and maybe will solve some problems using it, prior to ICPC. Heres some resource that Im using
  • http://codeforces.com/blog/entry/3327
  • http://community.topcoder.com/tc?module=Static&d1=tutorials&d2=lowestCommonAncestor
  • http://apps.topcoder.com/forums/;jsessionid=2DA32E9BC12C8C331BCC8441B68E278E?module=Thread&threadID=754366&start=0&mc=4#1572259
  • http://ronzii.wordpress.com/2011/07/08/segment-tree-tutorial/
  • http://en.wikipedia.org/wiki/Segment_tree


Go to link download

Read more »

Thursday, August 25, 2016

Segment Tree Tutorials

Segment Tree Tutorials


Some of the links are shortened because some Google services are blocked in my country. So I have to use proxies that generate Long links.
1. Tutorial 1


Go to link download

Read more »