-
Notifications
You must be signed in to change notification settings - Fork 0
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
bitDP #51
Comments
Open
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dp[s][pos]:= 集合s(bitが1がvisited)のとき、posにいるときの最小
問題:https://atcoder.jp/contests/abc274/tasks/abc274_e
解答:https://atcoder.jp/contests/abc274/submissions/49806227
問題:https://atcoder.jp/contests/abc301/tasks/abc301_e
解答:https://atcoder.jp/contests/abc301/submissions/49787905
問題:https://atcoder.jp/contests/abc338/tasks/abc338_f
解答:https://atcoder.jp/contests/abc338/submissions/49787672
The text was updated successfully, but these errors were encountered: