diss_quack and Array Game (CF 2246 D)
2026-07-18
Game theory + bitwise enumeration — enumerate how many global halving operations are performed to compute the minimum step count.
499 字words
|
2 分钟minutes
diss_quack and Array Game (CF 2246 D)
2026-07-18
博弈 + 位运算枚举,通过枚举全体除二的次数来计算最少步数。
575 字words
|
3 分钟minutes
Interval (2020 Nowcoder Multi-School #5)
2023-05-04
Persistent segment tree + segment tree for range AND set-size queries with forced online mode.
429 字words
|
2 分钟minutes
Classic Problems on Suffix Arrays
2022-08-23
Working through the canonical suffix-array problems from Luo Suiqian's 2009 IOI national team paper, using the SAIS template.
717 字words
|
4 分钟minutes
Cards (ABC 247 F)
2022-04-29
Lucas numbers + Union-Find, solving a cycle-cover counting problem.
306 字words
|
2 分钟minutes