Sunday 5 April 2020

Data Structures in JS: Linked Lists

I'm terrible for buying books and courses and never reading or watching them, so I decided to revisit one I bought not so long ago called Learning Data Structures in JavaScript from Scratch. The chap teaching it (Eric Traub) uses repl.it, but I decided to use JSFiddle. Here is the code from the first section, on Linked Lists:

On the whole, Eric Traub is an engaging tutor, and I learnt a load - well worth a watch. He sometimes speaks a little slowly, but I think that's deliberate, so I watched at 1.25 speed.

No comments:

Post a Comment