rachitiitr's blog

By rachitiitr, history, 4 years ago, In English

Hi,

Long time indeed!
I have been busy with Software Engineering + running a YouTube channel, and hence dropped off my active participation on Codeforces.

Though most of your rating comes from your programming skills, I still feel we can save a lot of time by using automation tools for testing your solution code against multiple test cases.

This particular JavaScript bot would be -
- Parsing all the problems A,B,C,D,... of a given Codeforces contest,
- Run your solution code (in C++) against all of these test cases
- Compare your output with expected sample output
- Create a diff report for all sample test cases for a quick view.

Here is the Github repo with setup and usage steps: click here
Here is the YouTube demo: click here

As I mentioned in the Github README, this was created as a fun side project I did in a night where I wasn't able to sleep. Would appreciate if users contribute to this by raising pull requests.

  • Vote: I like it
  • +3
  • Vote: I do not like it

| Write comment?
»
4 years ago, # |
  Vote: I like it +12 Vote: I do not like it

I have great respect for what you have done.

However, the number of steps required to use your bot greatly discourages me from using it.

»
4 years ago, # |
  Vote: I like it +8 Vote: I do not like it

Similar tools: