Linked List in Javascript - part 1 (set up, push)

preview_player
Показать описание
Linked lists are stupid. But, somebody gonna ask 'bout 'em at some point. Don't get caught. Don't get shook. It ain't that hard. I'll upload a new video daily and go through all the bells and whistles with ya. Excelsior, for sure.
#javascript #datastructures #programming
Рекомендации по теме
Комментарии
Автор

Hi! Big fan of your channel ! Question, why does the constructor( ) for the class singly not have a val?

maysaltashi
Автор

Linked lists can be an alternative to hash tables. Both are powerfully handy when trying to retrieve data a bit of data among huge amounts of 'organized' data. Traditionally, it is/was used to store pointers to other memory addresses. More recently in the JS world it is useful to create a blockchain - don't knock it if you've not used it mates....

nerdiloo