Introduction to Linked List | Data Structures & Algorithms | Java Placement Course

preview_player
Показать описание
Skip to Linked List Direct Implementation - 41:01 (Don't skip if you want to understand Linked List in Detail)
16:20 - Insert in a Linked List (First & Last)
26:50 - Display/Print a Linked List
30:50 - Delete in a Linked List (First & Last)
38:41 - Size of a Linked List
41:01 - LinkedList class (Collections Framework)

Notes of this Lecture:
Рекомендации по теме
Комментарии
Автор

16:20 - Insert in a Linked List (First & Last)
26:50 - Display/Print a Linked List
30:50 - Delete in a Linked List (First & Last)
38:41 - Size of a Linked List
41:01 - LinkedList class (Collections Framework)
Thank You

sotrrjg
Автор

This topic took me 2 days to understand nicely. Felt like a webseries. Thank you mam. Very engaging session.

princepriyaraj
Автор

Nice tutorial, within 48 min, got to know many of things, By which I became comfortable with linked list, Thanks Sarhda didi for making amazing explaination.

dbinod
Автор

These videos makes more sense to me when I forget the concepts in the middle of a problem. Best teacher💕

Hustler
Автор

I love this channel. You are doing a noble job here. There is an enormous learning here. Again thanks.

mdsarfraznawaz
Автор

Thanks for the video. It would be great if you could make a video on how to add/delete a node from the middle

sugyanpatnaik
Автор

Very good idea of starting linked list before binary search.
Because if you study binary search first then during practising on leetcode or any platform
Usually public submitted their answers in advanced form which we are unable to understand.

NoobCoder
Автор

These contents are awesome. It would better if you can add English subtitles for international students like me. Cheers from Sri Lanka

vijankaush
Автор

Mam when you smile while teaching is the best part of this video 😀😇
And your method of teaching is very good 👍

ianujsharmag
Автор

I am a python user but, I learn concepts of these data structures and algorithms from here, Your style of teaching is awsome, So Thank you very much,
Love from pakistan

SHTALKS
Автор

We need this similar course in c++
It's better than previous one

shrikantdewangan
Автор

@5:45 She actually means that time complexity to "get" an element by index is O(1). While time complexity to "search" an element in an ArrayList is O(n) which is same as of linked list since we iterate over the entire list to search for a particular element.

rinkirathore
Автор

mem jab jab aapka lecture dekhta hoon mera self confidence gir jaata hai
but mem aapka concept high lvl hai

Only_reels
Автор

Who were thinking Node Head is not declared and why editor is not showing error 🤔🤔😊

unemployedcse
Автор

Thankyou Ma'am for making it easy to understand.
Since morning I was stuck into this topic.
Onboarding to assignments now✈️

amaanullah
Автор

Even our teachers was not able to explain like u..👌👍🏻👍🙏

vijaybagal
Автор

Apki video dekhar me coding basic puri tarha se sekh gaya thank you 🥰

Fitness_aa
Автор

Wow nice timing di!!
I'm searching for this 😊👍
Thank you so much!!!

dailycoding
Автор

She is just like female version of Aman, same way of teaching.

jugadoo-bhai
Автор

Thanku mam, first you created a base of what a LInkedList is by teaching to add delete the element from scratch and then next by collection framework thanks for the

ManiacXJohan