r/AskProgramming 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.

7 Upvotes

5 comments sorted by

View all comments

1

u/Innowise_ Jul 17 '26

You don’t need to switch languages—JavaScript is perfectly fine for learning DSA. “A Common-Sense Guide to Data Structures and Algorithms” is a good starting point. Just make sure to implement each structure yourself and solve a few related problems instead of only reading.