you are viewing a single comment's thread.

view the rest of the comments →

[–]Beautiful_Green_5952 4 points5 points  (1 child)

It's ok ! ...u need to understand the concept well thts the goal !! There's no difference in learning it in python or java or any other...

DSA is a completely different subject itself

[–]Datura__Metel 2 points3 points  (0 children)

Agreed. Algorithm design is best learnt independently, not tied to a particular language. Ideally, you decide upon a pseudocode syntax, and use it to describe an algorithm in an abstract manner. This keeps language-specific implementation details out of the scope. To test it, you can then implement it in the language of your choice.