Live data from Hacker News

Show HN: Data Structures and Algorithms in JavaScript

github.com

11–20 of 41 posts

Re: Show HN: Data Structures and Algorithms in JavaScript

#12

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!

That’s a great idea. I’ll look into it.

Re: Show HN: Data Structures and Algorithms in JavaScript

#14

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.

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

#15

Earlier 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."

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

#17

Earlier 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!

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.

Re: Show HN: Data Structures and Algorithms in JavaScript

#18

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!

I'm interested! I created an issue at https://github.com/marcelosousa/million-dollar-ideas/issues/... where we could start a discussion.

Re: Show HN: Data Structures and Algorithms in JavaScript

#19

Earlier 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!

Hey I'm also interested in this app, sounds like a great idea! However I experienced the same issue trying sign up just right now.

Re: Show HN: Data Structures and Algorithms in JavaScript

#20

Earlier 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.

Looking into it now!

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...

Post reply on HN