chandrikadeb7 / Hacktoberfest_2021

This repository aims to help code beginners with their first successful pull request and open source contribution. Happy coding!
MIT License
113 stars 262 forks source link

Added Codechef problem solutions in seperate folder #231

Open siddharthdeo99 opened 3 years ago

siddharthdeo99 commented 3 years ago

Contributing to Hacktoberfest@2021 I have added my CodeChef solved solutions in python.

siddharthdeo99 commented 3 years ago

Can we also add a question.md file with the question in it? Also, if these are separate questions, can we segregate them out into separate folders?

In CodeChef you can find the question by the filename I provided itself. For example in ATM problem.py there is only one question in CodeChef named atm problem and the extension is .py which is coded in python. So this is all about reference answers you can find whole questions on the CodeChef website easily.

nimishbongale commented 3 years ago

@siddharthdeo99 Can you go ahead and make the aforementioned changes?