Advertisement
LinKin

first day

Jun 3rd, 2014
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. 1) SQRT Decomposition
  2. http://uva.onlinejudge.org/external/119/11922.html
  3. https://www.hackerrank.com/contests/sep13/challenges/starfleet
  4.  
  5. 2) Binary Index Tree
  6. http://www.spoj.com/problems/DQUERY/
  7. http://www.lightoj.com/volume_showproblem.php?problem=1266
  8.  
  9. 3) Segment Tree/2D
  10. http://www.lightoj.com/volume_showproblem.php?problem=1267
  11. http://www.lightoj.com/volume_showproblem.php?problem=1081
  12.  
  13. 4) HLD
  14. code: http://pastebin.com/qr4MSR4w
  15. http://www.spoj.com/problems/QTREE/
  16. http://www.lightoj.com/volume_showproblem.php?problem=1348
  17. http://wcipeg.com/wiki/Heavy-light_decomposition
  18. http://blog.anudeep2011.com/heavy-light-decomposition/
  19.  
  20. 5) LCA
  21. http://uva.onlinejudge.org/external/113/11354.html (need to do MST first, check bottleneck tree )
  22.  
  23. 5) Dfs sequence
  24. http://uva.onlinejudge.org/external/124/12424.html
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement