[DATE] · 8 min
Editorial: Weekly Round 12, problems A–D
Full solutions with complexity notes, including the two approaches people tried for D.
dpgreedyarjun_dp
[DATE] · 6 min
A practical order for learning graph algorithms
What to learn first, what can wait, and which problems to solve after each topic.
graphsmeher.solves
[DATE] · 5 min
Binary search on the answer, without the off-by-ones
One template that works for both integer and floating-point predicates.
binary searchkx_bitset
[DATE] · 4 min
Setting up a contest-ready C++ environment
Compile flags, a debug macro that prints containers, and a stress-testing script.
setupnidhi_ac
[DATE] · 5 min
Reading a problem statement under time pressure
Where constraints usually give away the intended complexity.
strategyarjun_dp