Polycarp — Competitive programming assistant for Rust

Revision en2, by Superuzir, 2023-04-02 16:57:28

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!

Tags rust, assistant, polycarp

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English Superuzir 2023-04-02 16:57:28 6 Tiny change: 'e!\n\nI'm are excited t' -> 'e!\n\nI'm excited t'
en1 English Superuzir 2023-04-02 16:54:58 1021 Initial revision (published)