Show HN: Data Structures and Algorithms in JavaScript
11–20 of 41 posts
Re: Show HN: Data Structures and Algorithms in JavaScript
#12Can 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!
Re: Show HN: Data Structures and Algorithms in JavaScript
#13Great stuff though!
Re: Show HN: Data Structures and Algorithms in JavaScript
#14Can 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.
"The change you wanted was rejected. Maybe you tried to change something you didn't have access to.
If you are the application owner check the logs for more information."
Re: Show HN: Data Structures and Algorithms in JavaScript
#15Earlier quoted context omitted.
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.
just tried to sign up but got the following error: "The change you wanted was rejected. Maybe you tried to change something you didn't have access to. If you are the application owner check the logs for more information."
Re: Show HN: Data Structures and Algorithms in JavaScript
#16Off topic, but nice use of ` ` & ` ` elements in the README!
Re: Show HN: Data Structures and Algorithms in JavaScript
#17Earlier quoted context omitted.
just tried to sign up but got the following error: "The change you wanted was rejected. Maybe you tried to change something you didn't have access to. If you are the application owner check the logs for more information."
Hmm just tried to signup and seems to work on my end. Could you try again? Thanks for taking a look!
Also, do you really need me to signup with a password? These days I'm skeptical of putting passwords out there, and it's just a mailing list.
Re: Show HN: Data Structures and Algorithms in JavaScript
#18Can 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!
Re: Show HN: Data Structures and Algorithms in JavaScript
#19Earlier quoted context omitted.
just tried to sign up but got the following error: "The change you wanted was rejected. Maybe you tried to change something you didn't have access to. If you are the application owner check the logs for more information."
Hmm just tried to signup and seems to work on my end. Could you try again? Thanks for taking a look!
Re: Show HN: Data Structures and Algorithms in JavaScript
#20Earlier quoted context omitted.
Hmm just tried to signup and seems to work on my end. Could you try again? Thanks for taking a look!
Doesn't work here as well. Also, do you really need me to signup with a password? These days I'm skeptical of putting passwords out there, and it's just a mailing list.
And definitely do not need a password. You only need a password if you want an account to save your progress.
If you just want to sign up for the mailing list, you can do so on the popover, at the bottom of https://algodaily.com/sample_newsletter, or at the bottom of any lesson like https://algodaily.com/lessons/how-to-get-better-at-coding-in...