YoVDO

Create a Linked List in TypeScript

Offered By: egghead.io

Tags

Linked Lists Courses Programming Courses Typescript Courses Data Structures Courses

Course Description

Overview

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.

Syllabus

  • Create a Linked List in TypeScript
  • Insert values into a TypeScript Linked List with insertAt
  • Delete a Linked List Node at a given Index in TypeScript
  • Get the Value of a Linked List Node by Index
  • Find the Index of a Linked List Node by Value
  • Return the Length of a Linked List

Taught by

Paul McBride

Related Courses

DEV201x: Introduction to TypeScript
Microsoft via edX
Developing Dynamic Web Applications Using Angular
Microsoft via edX
Introduction to TypeScript 2
Microsoft via edX
Multiplatform Mobile App Development with NativeScript
The Hong Kong University of Science and Technology via Coursera
Angular Fundamentals
Microsoft via edX