34
loading...
This website collects cookies to deliver better user experience
You can use any language of your choice.
The best way to learn and solve the problems is by first reading the problem thoroughly. Understanding it.
then look what input the program ask and what output it desires.
Its not necessary that you know the direst solution. You can just divide the problem in parts and get to the final output.
Do not try to skip or Copy/Paste the solutions.
Also do not jump to the optimal solution, first use the brute force approach, let your solution get convert into code and then move towards the optimal approach.
In case you are stuck check out the hints provided for the problems or use stack-overflow or google just the part you stuck on.
For more detailed explanations check out the live session videos of each topic.
Do not directly use codechef compiler to solve the solutions use Sublime text or any code editor so you can document your learning clearly.