I took part in contests as well as solved interesting problems since high school days. In this repository, you will find some of my solutions that may help you a problem you are stuck on.
I have used snake_case variable naming, 4 spaces for indentation.
So far I have added solutions for:
Id | Problem Name | Solution | Type | Difficulty | Must solve? |
---|---|---|---|---|---|
231A | Team | Solution | Math | Easy | Yes |
50A | Domino piling | Solution | Math | Easy | Yes |
118A | String Task | Solution | Math | Easy | Yes |
158A | Next Round | Solution | Math | Easy | Yes |
935A | Fafa and his Company | Solution | Implementation | Easy | Yes |
938A | Word Correction | Solution | Implementation | Easy | Yes |
1A | Theater Square | Solution | Math | Easy | Yes |
71A | Way Too Long Words | Solution | String | Easy | No |
4A | Watermelon | Solution | Math | Easy | Yes |
You can also find my c++ template here.
You can open a issue if you find any mistake, contributions are welcome as well.
Thanks!