yosupo06 / library-checker-problems

The problem data (Test case generator, judge's solution, task, ...) of Library Checker
https://judge.yosupo.jp/
Apache License 2.0
518 stars 117 forks source link

[問題案]General Matching(general_matching) #77

Open yosupo06 opened 5 years ago

yosupo06 commented 5 years ago

制約

// O(V^3), O(VE), O(VE log V)?

// O(E sqrt V)

yosupo06 commented 5 years ago

計算量によって実装量がかわり過ぎるのをどうするか

yosupo06 commented 5 years ago

https://github.com/yosupo06/library-checker-problems/issues/3#issuecomment-532303364

yosupo06 commented 4 years ago

O(V^3)でとりあえず作る

yosupo06 commented 4 years ago

https://judge.yosupo.jp/submission/987 嘘解法が通っている(ランダムケースだけだからね…)

potetisensei commented 4 years ago

強い(らしい)乱択が落ちるケースが試行回数低いと落ちるケースが入ってる(らしい)ジャッジ:

yosupo06 commented 4 years ago

激 Love

potetisensei commented 4 years ago

上のも含めて大体ソースはCFです。 http://acm.math.spbu.ru/~sk1/courses/1718f_au2/conspect/conspect.pdf ↑General Matchingの乱択について書かれていて、乱択で増加路を見つけられる確率が頂点数の指数の逆数オーダー(?)であるようなグラフがあると書かれているが、具体的な例が載っていないため何もわからない(5ページ目、最後) 乱択 http://uoj.ac/submission/233938

yosupo06 commented 4 years ago

ありがとうございます! 

yosupo06 commented 4 years ago

(ところでロシア語なんですが…><)

potetisensei commented 4 years ago

いや俺も読めないけど 元のCFの記事貼ったほうがいいですか、割とネタバレになり得るので貼ってなかったんですが

maspypy commented 1 year ago

テストケース追加の作業者募集状態っぽい