There are different folders organised according to their difficulty. (According to CodeChef's website) The file is named after the problem on CodeChef.
The solution to https://www.codechef.com/problems/MUFFINS3, would be in a file named muffins3.c or muffins3.java or muffins3.py
I've tried to document and comment everything possible.
I haven't solved everything myself. I've
- Read the discussion boards.
- Read other repositories.
- Googled concepts.
- Taken ideas from blog posts.
-
Try solving the problem on your own. Start with the Easy or Beginner section.
-
If you are pretty sure that your solution should work but isn't head over to the comments section for that problem. You might find some trivial mistakes or something special that the judge expects. Many CodeChef problems are expalined in their blogs. Do read them if you have any difficulty in solving problems.
-
Fix your solution. If you still can't, have a look at other people's submissions. Don't copy and paste it. Read it, understand it and try to reproduce it by yourself.
-
Alterantively you can also have a look in this repo. The file is named after the problem on CodeChef.
-
Press Ctrl + F or search with the problem name. If I've solved it, you'll find it here.
I'm new to programming and I'm sure that my solutions aren't the best. If you find better solutions, please let me know via Twitter