Rafbill_pc
98 posts


I see that @terry_u16 's solution used randomized dfs, maybe this state representation is a way to turn randomized dfs into something suitable for simulated annealing?
English

#AHC054 3rd place on the provisional leaderboard.
If you do simulated annealing using simulations to estimate the expected score and let it run for several minutes, you can get a good score. But simulating is very slow (O(N^4) and you need multiple simulations per SA step).
English

#AHC053
I got the second place!
My solution (atcoder.jp/contests/ahc05…) is based on generalized birthday attacks (iacr.org/archive/crypto…).
Generalized birthday attacks can be used to find solution to high-density subset sum problems.

English

#AHC051 Here is a short description of my approach, I'll write a more detailed description soon.
English