cmplx-xyttmt
Posts
Projects
Resumé
twitter
github
linkedin
#Atcoder
Security 2 (ABC 407 C)
Jun 15, 2025
My solution approach to a cool atcoder problem about a unique pass-code device with 2 distinct operations. The solution is complemented by an interactive visualization that brings the device and its mechanics to life.
#algorithms
#visualization
#atcoder
Domino Covering XOR (ABC 407 D)
Jun 10, 2025
AtCoder's Domino Covering XOR problem solved using bit manipulation. The solution represents domino coverings as bitmasks to do an exhaustive search in order to get the maximum XOR value.
#algorithms
#atcoder
#bit manipulation