When submitting a solution in C++, please select either C++14 (GCC 6-32) or C++17 (GCC 7-32) as your compiler. ×

anshukumar_729's blog

By anshukumar_729, history, 10 months ago, In English

Introduction: Codeforces Helper is a powerful tool designed to assist competitive programmers in their coding journey. This blog explores the functionalities of Codeforces Helper and the technologies used to develop it.

Functionality:

Code and Run: Write and execute code in the editor, with server-side execution for quick results. Check Your Solution: Validate your solution against optimal and brute force solutions to ensure correctness. Generate Test Cases: Automatically generate test cases based on problem constraints for comprehensive testing. Technologies Used: Frontend: ReactJS, TailwindCSS, Monaco Editor Backend: NodeJS, ExpressJS Database: MongoDB Deployment: Netlify Compiler: API by Jaagrav

Conclusion: Codeforces Helper empowers competitive programmers by providing essential functionalities like code execution, solution validation, and test case generation. Its technology stack ensures a seamless and user-friendly experience. Utilize Codeforces Helper to enhance your competitive programming skills and excel in coding contests.

Visit Codeforces Helper to explore its capabilities. Happy coding!

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

»
10 months ago, # |
  Vote: I like it +12 Vote: I do not like it

Explore the test cases!!

»
10 months ago, # |
  Vote: I like it +6 Vote: I do not like it

Good work !!

»
10 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Bug report: When you input int n and array arr with 1 test case like this :

n
arr

then you get an output like:

n
4 5 6 2 3

Kindly, fix it.

»
10 months ago, # |
Rev. 2   Vote: I like it 0 Vote: I do not like it

this is cool, especially the test case generation but some linting would be nice

»
10 months ago, # |
  Vote: I like it 0 Vote: I do not like it

This will prove to be really useful, Nice Work

»
10 months ago, # |
  Vote: I like it 0 Vote: I do not like it

not working?

»
10 months ago, # |
  Vote: I like it 0 Vote: I do not like it

That is cool

»
10 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by anshukumar_729 (previous revision, new revision, compare).

»
10 months ago, # |
  Vote: I like it +3 Vote: I do not like it

is there's a public link for collaboration?

also why there's MongoDB on the site, do you store something?

there's many details not covered.

  • »
    »
    10 months ago, # ^ |
      Vote: I like it -10 Vote: I do not like it

    Not collaborating yet.

    As of now, I am not storing anything.I will use Mongodb later for better user experience.

»
10 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Great one, starred! Can you add a function that allows us to download testcases into a folder? Thank you!