A Singly Linked List Implementation In Javascript

Once you start exploring data structures outside of arrays, you’ll probably if not certainly bump into lists first. A list is an abstract data type (a type for objects whose behaviour is defined by a set of value and a set of operations) that represents a countable number of ordered values, where the same value …

A Singly Linked List Implementation In Javascript Read More »

welcome to the blog

Welcome to The Blog!

Hi there! I recently started brushing up on my data structures and algorithms, and found out I had forgotten most of what I learned during my computer science university days. I wanted to revise these concepts, which could be helpful in developing optimal solutions. A bit of a background: I am a software engineer and …

Welcome to The Blog! Read More »