Skip to content

Project aimed at making it easy and fast to participate in an online contest. The project should help generate boilerplate code and should redirect IO to input and output text files and should also enable us to copy the required code to be submitted to the online judge as required. Better if it provides an option to check the actual output with …

License

Notifications You must be signed in to change notification settings

RootLearning/CP-Automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Competitive Programming - Automation

Project to generate context specific boilerplate code for problem solving in contests/online platforms.

  • Should provide options for file locations - Input and Output.
  • Should provide support for various types of problems - boilerplate code to differ based on problem type.
  • Integration with APIs for fetching and preloading test cases is recommended (but Optional).
  • Comparison of actual output with that of expected output will be helpful - Think of the best UX to do this.
  • Improved User Experience is the goal here.
  • Should reduce the complexity of participating in online contests/platforms.

Can be done using Scripts (BASH/Powershell) or using Programming Languages.

Support for Multiple Programming Languages will be an added advantage.

Can scrap the problem URL for Sample Input and Output and pre-load the same.

Multi-Platform Support will be an added advantage as well.

About

Project aimed at making it easy and fast to participate in an online contest. The project should help generate boilerplate code and should redirect IO to input and output text files and should also enable us to copy the required code to be submitted to the online judge as required. Better if it provides an option to check the actual output with …

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published