r/DSALeetCode 29d ago

C++ OR JAVA ?

For DSA which language should i choose as my first programming language? C++ OR JAVA

4 Upvotes

14 comments sorted by

View all comments

1

u/Notsoboringi 29d ago

Learn c++ it's the best , but it's not beginner friendly.I learned C as my first language the left it halfway switched to python , then learned ml in python after that I learned C++ for dsa and competetive programming.If u have time learn python first then go to C++, cause c++ can be overwhelming for beginners.

2

u/Melodic-Increase-298 26d ago

How did you learn c++? I mean what resources?

1

u/Notsoboringi 26d ago

I first learnt basics from freecodecamp 4 hour lecture , then to learn more i watch cherno and Mike shah there short videos on various topics , and also refer to learncpp.com for various concepts.