Live data from Hacker News

Show HN: Data Structures and Algorithms in JavaScript

github.com

1–10 of 41 posts

Re: Show HN: Data Structures and Algorithms in JavaScript

#4

Can you turn this into an interactive thing like Duolingo where you grind through the exercises? Much needed in the developer community... PS. If anyone else is interested in building this, happy to collab!

Agreed. Sites like HackerRank are great for learning test taking but are not optimized for learning the underlying material. Would like to see modern human language learning techniques applied to small data structures and algorithms exercises.

Re: Show HN: Data Structures and Algorithms in JavaScript

#8
post #6

Hmm, it seems like you made this repo to sell a book.

and?

The title used to be "Show HN: I made this repo to practice Algorithms in JavaScript", which the GP commented on. It has since been changed to "Show HN: Data Structures and Algorithms in JavaScript".

Re: Show HN: Data Structures and Algorithms in JavaScript

#9

Can you turn this into an interactive thing like Duolingo where you grind through the exercises? Much needed in the developer community... PS. If anyone else is interested in building this, happy to collab!

you mean convert the book into anki flash cards ?

Re: Show HN: Data Structures and Algorithms in JavaScript

#10

Can you turn this into an interactive thing like Duolingo where you grind through the exercises? Much needed in the developer community... PS. If anyone else is interested in building this, happy to collab!

Small plug-- this is what I tried to do with https://algodaily.com - going from the easiest algorithms (like "Reverse a String") all the way to Union-Find, while sprinkling implementations of BST, graphs, etc. along the way.
Post reply on HN