Fully Dynamic Connectivity Problem Implementation

Revision en4, by IhateProgramming, 2019-03-01 19:33:43

Can someone provide me with a good implementation of the offline solution of the fully dynamic connectivity problem ? I think I got the idea but I'm having trouble implementing it. UPD: Guys I found the stupid bug in my implementation. I am sharing my code right now (my implementation is with segment tree instead of divide and conquer, which is pretty much the same) and I hope you will find it helpful. Code

Tags #graphs, #implementation, dynamic connectivity, #help

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en4 English IhateProgramming 2019-03-01 19:33:43 260
en3 English IhateProgramming 2019-03-01 14:30:25 5 Tiny change: 'rovide me a good im' -> 'rovide me with a good im'
en2 English IhateProgramming 2019-03-01 14:29:00 15
en1 English IhateProgramming 2019-03-01 14:28:14 210 Initial revision (published)