-
-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[問題案]General Matching(general_matching) #77
Comments
計算量によって実装量がかわり過ぎるのをどうするか |
O(V^3)でとりあえず作る |
https://judge.yosupo.jp/submission/987 嘘解法が通っている(ランダムケースだけだからね…) |
強い(らしい)乱択が落ちるケースが試行回数低いと落ちるケースが入ってる(らしい)ジャッジ:
|
激 Love |
上のも含めて大体ソースはCFです。 |
ありがとうございます! |
(ところでロシア語なんですが…><) |
いや俺も読めないけど |
テストケース追加の作業者募集状態っぽい |
制約
// O(V^3), O(VE), O(VE log V)?
// O(E sqrt V)
The text was updated successfully, but these errors were encountered: