Day 11 of #100DaysOfCode

Day 11 of #100DaysOfCode

Today I

Today I didn't feel like doing development, so, instead, I solved a few C++ problems on CodeChef.

I decided to brush up on my C++ skills by solving problems on CodeChef, as I hadn't practised much since taking a course on the language last year. I used the platform's learning paths to refresh my knowledge of basic syntax.

Then, I solved the following problems:

https://www.codechef.com/problems/CHEFBOTTLE
https://www.codechef.com/problems/INCRIQ
https://www.codechef.com/problems/MANIPULATE
https://www.codechef.com/problems/CABS
https://www.codechef.com/problems/VOLCONTROL
https://www.codechef.com/problems/INSTAGRAM
https://www.codechef.com/problems/COURSEREG

You can check out my code for the above problems here: GitHub-Day-11

Tech Treat of The Day

NeetCode.io

If you're a beginner learning DSA, this is the tool for you. It gives you a free and comprehensive roadmap of the concepts you need to cover along with a set of Leetcode problems for each concept. The platform also has some paid DSA courses. Do check it out!