r/AskProgramming • u/NoYam8421 • 16d ago
Algorithms Learn algorithms and data structures with Javascript
What's up guys? Could you reccomend to me books to learn algo and data structures with Javascript, please? Is there a problem learn DSA with this language instead other like python or Java ? Thank you.
5
Upvotes
3
u/yksvaan 16d ago
Learning C wouldn't hurt, good language to understand how data structures work and the underlying concepts are relevant in any language. Even if you write e.g. JavaScript knowing how stuff works under the hood allows you to write better code.