How to create Linked List in Javascript | DSA in Javascript Series

preview_player
Показать описание
Linked List in Javascript | Lesson 2 | DSA in Javascript Series

Welcome to the second lesson in DSA in Javascript Series

In this video we cover how to write / implement Linked List in Javascript.

00:00 Intro to LinkedList
01:50 Code

I am releasing the DSA series in parts and all videos will be part of a playlist :

1. Initial few videos will strengthen your fundamentals on how to build common data structures like Array (1D, 2D), Linked List, Trees, Graphs in Javascript. This will be key to solving actual algorithmic problems in further lessons

Data structures and algorithms in Javascript
LinkedList in Javascript

🌍💻 I am a software engineer working at Amazon, previously worked at Disney+Hotstar with an overall experience of around 7 years. Welcome to Sourav Singh Diaries 🪄

Connect :

For career consultations :

Рекомендации по теме
Комментарии
Автор

5:10 yes pls make a video on 'this' keyword

sumanthprabhu
Автор

Sir can you make long lecture please it's a request ❤😅

Anmolgupta-coder
Автор

Thanks a lot for making the video. I think you missed a part of your video during editing at the timestamp 3.36. I had to rewatch to understand. My kind request is to keep such parts.
I also have a request-
May i also ask a question to validate my understanding?
The this.start (that you added to the method “add” later in the video) is the old current start, and the other this.start is the new addition to be put in the start. Is that correct?

apaarjain
Автор

Keep making short videos long lectures are to hectic

udy
Автор

Hey I think there is some mistake maybe I am completely wrong pls correct me.. Like if we add 5 and then we add 6 we are getting this output
LinkedList {
start: Node { value: 6, nextNode: Node { value: 5, nextNode: null } },
add: [Function (anonymous)]
}
but should n't we get something like this
LinkedList {
start: Node { value: 5, nextNode: Node { value: 6, nextNode: null } },
add: [Function (anonymous)]
}
tbh I got confused here a bit pls do tell

paarthagarwal
Автор

any chance for 1:1 Talk Saurabh ji ? need some guidance

WebBlows
Автор

Bhaiya thora sa 30 min ka video bana dana ? Of possible

brajagopalmukherjee
visit shbcf.ru