Linked Lists: Basics in Javascript
Автор: Code Brew Latte
Загружено: 2022-12-29
Просмотров: 4554
Описание:
In this video, we will learn about linked lists in JavaScript and how they can be used to store and manipulate data.
A linked list is a data structure that stores a collection of elements, where each element (called a "node") is stored separately in memory and linked to the next element through a pointer. Linked lists are dynamic data structures, which means that they can grow or shrink as needed as long as there is enough memory available to store the nodes.
We will start by discussing the basic structure of a linked list and how to create a linked list in JavaScript. We will then look at the different operations that can be performed on a linked list, including inserting nodes and traversing the list to access elements.
We will compare linked lists to other data structures, such as arrays, and discuss the advantages and disadvantages of using linked lists in different situations.
By the end of this video, you will have a good understanding of linked lists in JavaScript and how to use them to store and manipulate data.
Повторяем попытку...

Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: