Day 03 of 100 Days of Code: C++ Basics For DSA

Day 03 of 100 Days of Code: C++ Basics For DSA

I started with DSA yesterday, and I'm currently revising the basics of C++.

I found a structured plan/roadmap to learn DSA and I intend to follow it. This is the Strivers A2Z DSA Course/Sheet. It has all the topics in either article form or video form and also has questions that you can solve.

Strivers A2Z DSA Course/Sheet

(Not a promotion, think its a good plan to get started with DSA)

I revised user input/output, data types, and if/else statements. I know that's not as much as I intended to get done too, but I am glad that I started it.

I solved 2 GFG questions easy and school level that was specified.

Data Types

If/else Statement

Keep Coding :)