Create a Linked List in TypeScript

10m
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
3.6
4
people completed
Bookmark
Download
RSS

You'll learn the fundamentals of building and manipulating linked lists, a data structure that is very popular in technical interviews.

We’ll start by creating a basic linked list and then advance to inserting and deleting nodes at specific positions. We'll also learn how to retrieve node values by index, find the index of nodes by their values, and calculate the length of the linked list.

By the end of this course, you'll have a solid grasp of implementing and managing linked lists in TypeScript.

Instructor

Paul McBride

Hey, I'm Paul!

I'm a self-taught developer living and working in Belfast, Northern Ireland. I love building things for the web and when I'm not coding, I'm usually tinkering with something tech related.

Course content (6 lessons)

    illustration for Create a Linked List in TypeScript