viveakrt / Competitive-programing

This repository is for encouraging people in competitive programming. And making PR's on a regular basis. Through this repo, Geeks can find solutions for various programming problems and also give your code to increase the repo.
The Unlicense
26 stars 71 forks source link

Added c++ solution for codeforces spreadsheets #168

Closed gakash2k01 closed 3 years ago

gakash2k01 commented 3 years ago

Here, I have added the solution for the spreadsheets problem on codeforces. I have explained most of the steps with the help of comments and have also explained my approach and the problem statement in the beginning of the code.