Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 2.97 KB

README.md

File metadata and controls

52 lines (40 loc) · 2.97 KB

Codeforces Solutions

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:

Problem A

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!