Please read the new rule regarding the restriction on the use of AI tools. ×

simplesheep03's blog

By simplesheep03, history, 7 weeks ago, In English

Hello community,

I've recently added new graphs on the CodeSync website, like Question Rating vs. Average Time Taken During Contest, Questions Solved Count vs. Rating , etc. Below are some screenshots showing how they look based on my Codeforces ID:

If you're interested, simply type your Codeforces handle and click enter. Here's the link to the website:

https://code-sync-sandy.vercel.app/graphs

You might also want to explore the CodeSync website itself. It's a platform where you can simulate virtual contest-like environment with questions fetched based on your input. It's great for Team Contests (as it fetches common unsolved questions), virtual contests, and even for practice.

If you have suggestions for additional meaningful graphs or encounter any bugs, please let me know in the comments.

Thank you

Full text and comments »

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

By simplesheep03, history, 3 months ago, In English

Hello community,

I am sharing a custom mashup creator which can create a contest-like environment with questions fetched based on the Codeforces handles provided. It works in both individual and team modes.

This addresses the specific issue that when we choose any normal Codeforces round (say a Div 2) for a virtual contest, the first few questions are quite easy and the last few are almost undoable for a majority of the people, so the area where you can test yourself becomes small. But here you can choose the difficulty range to fetch only those questions that have not been attempted by you even once.

It may also prove beneficial to those preparing for team contests like ICPC as it allows you to create contests with common unsolved problems for the team, with the option for shuffling.

More features like past contests, teams, etc. for signed-in users.

Open to suggestions and bug reports.

Thank you

Full text and comments »

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