govinda18 / Competitve-Programming-Testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Competitve-Programming-Testing

This is a small bash-gcc environment set up for competitive programming. The set up helps to easily test your codes against brute force solution by generating random test cases using Codeforces' testlib.

Usage

  • Complete the function writeTest in in generator.cpp.
  • Write your intended solution in solution.cpp
  • Write your brute force or sub-optimal correct soution in brute.cpp
  • Finally, run test.sh <number of tests>.

About


Languages

Language:C++ 98.2%Language:Shell 1.8%