AnimeshSinha1309 / algorithms-notebook

The team notebook to keep all template code and notes in.
23 stars 5 forks source link

Link cut tree implementation #13

Open GaurangTandon opened 4 years ago

GaurangTandon commented 4 years ago

Possible sources

  1. https://codeforces.com/blog/entry/75885
  2. TODO
AnimeshSinha1309 commented 4 years ago

Really, nice, there is also a really good class in the Harvard Advanced algorithms course, can you give me some motivation to do this though? Often Dynamic Connectivity is sufficient, even for ICPC.