OverRancid's blog

By OverRancid, 4 hours ago, In English

Link to Contest: OA Practice Contest

A — AND or XOR

Tutorial
Solution (C++)

B — Red Line, Blue Line

Tutorial
Solution (C++, DP)
Solution (C++, Graph Modelling)

C — Longest Zero Subarray

Tutorial
Solution (C++, std::multiset)
Solution (C++, __gnu_pbds ordered set)
  • Vote: I like it
  • +6
  • Vote: I do not like it