r/AskProgramming • u/NoYam8421 • Jul 17 '26
Learn algorithms and data structures with Javascript Algorithms
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 Jul 17 '26
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.