cplib-cpp icon indicating copy to clipboard operation
cplib-cpp copied to clipboard

Matroid partition, 特に全域森詰め込み

Open hitonanode opened this issue 4 years ago • 2 comments

  • https://discuss.codechef.com/t/hamel-editorial/18485
  • https://math.mit.edu/~goemans/18438F09/lec13.pdf
  • https://www.slideshare.net/tmaehara/ss-17402143
  • https://community.topcoder.com/stat?c=problem_statement&pm=14909&rd=17198

hitonanode avatar Sep 08 '21 14:09 hitonanode

残課題

  • 色々通したが,使用例が偏っているのであまり verify になっていない
  • 一つの無向グラフで全域森を2つ作るケースはもっと高速化できる

hitonanode avatar Sep 09 '21 13:09 hitonanode

全域森を2つ作る,$O(n^2)$ になるらしいが $O(nm)$ しかわからない......

hitonanode avatar Sep 18 '21 09:09 hitonanode