Javascript - Creating a Linked List

preview_player
Показать описание
Demonstrates how to create a linked list in Javascript using JSFiddle. This example is a doubly linked list for COP3530 - Data Structures class at Daytona State College
Рекомендации по теме
Комментарии
Автор

Dr. Ron Eaglin's I have a quick question, with the extra properties of tail and length in the linked list you have created how would it impact the memory allocation when very large data sets are introduced? I'd like to know the Big O in terms of both time and space? Thank you.

vijaydhravida