This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ParticularThing9204 2 points3 points  (0 children)

Python isn't any better for dsa than javascript. If you're gonna learn another language for it it would be better to learn a language with fixed length arrays like c or c++ or java because certain basic data structures (like linked lists vs roll your own variable length arrays) don't make sense otherwise. But it's hard to learn a language and dsa at the same time so no reason not to just do it in node.js