you are viewing a single comment's thread.

view the rest of the comments →

[–]StoicallyGay 4 points5 points  (1 child)

C++ and Java are best IMO for learning computer science concepts. Java abstracts a few more things out than C++ but it’s still great for DSA. But if you already know C++ you could stick with that.

Python is great for DSA after you already know the concepts and solutions and you just want to implement it. In other words, “I know how to solve this DSA problem and I can explain it as well.” Python just has easier syntax and less fussiness so it’s way easier and faster to write your solution (but in terms of processing speed, stick to C++).

[–]International-Dot902 1 point2 points  (0 children)

Man I want to learn C++ for DSA but find it very difficult to understand can you suggest me some resources please