Competitive Programming

8 posts

Dec 13, 2020

ABC185 editorial

atCoder competitive-programming
Preview

This is unofficial editorial for atCoder abc185.

Read more →

Sep 27, 2020

Polygon.CodeForces Tutorial

competitive-programming
Preview

What is Polygon

According to Polygon itself, The mission of Polygon is to provide platform for creation of programming contest problems. Polygon supports the whole development cycle:

  • Problem statement writing.
  • Test data preparing (generators supported).
  • Model solutions (including correct and wittingly incorrect).
  • Judging.
  • Automatic validation.
Read more →

Sep 19, 2020

ABC179 editorial

atCoder competitive-programming
Preview

This is unofficial editorial for atCoder abc179.

Read more →

Sep 12, 2020

ABC178 editorial

atCoder competitive-programming
Preview

This is unofficial editorial for atCoder abc178.

Read more →

Aug 23, 2020

Stress Testing

competitive-programming
Preview

I decided to write this article after watching the last screencast made by Errichto. To be more precise when he started making stress testing to find counter-test you can check that here. Errichto has a full video called How to test your solution in Competitive Programming, on Linux? I highly recommend you to check it, basically this article is the same but I am extending it to stress test solutions with multiple answers using a written checker, so let’s jump in.

Read more →