Superuzir's blog

By Superuzir, history, 13 months ago, In English

Greetings everyone!

I'm excited to introduce Polycarp, a new tool designed for competitive programming in Rust. I drew inspiration from the JHelper plugin for CLion, but I made Polycarp a regular Rust repository that is not bound to any IDE.

With Polycarp, you can listen to parsed tasks from Competitive Assistant browser extension and generate tests with ease. All you need is to implement a single function, and you're good to go! Additionally, I included a library with commonly used algorithms, so you don't have to write the same code repeatedly.

To start using Polycarp, clone the repository from GitHub and follow the instructions in the README. If you encounter any issues or have feedback, feel free to report them on the GitHub page.

Thank you for considering Polycarp for your competitive programming needs. I look forward to hearing from you soon!

Full text and comments »

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