NUMBER OF NODES AND REVERSING OF LINKED LIST - DATA STRUCTURES

  Рет қаралды 40,023

Sundeep Saradhi Kanthety

Sundeep Saradhi Kanthety

Күн бұрын

Пікірлер: 66
@shaktiraj958
@shaktiraj958 4 жыл бұрын
Ur method of expression with easy example is superb, u r the best teacher ever
@kenguvaumamaheswar6085
@kenguvaumamaheswar6085 Жыл бұрын
The way you explain makes a NON IT student like me learn with a lot of interest and with just a single board and marker you are conveying very effectively sir ,thanks for your hardwork and dedication towards educating students ...
@pramodhagunasekaran1306
@pramodhagunasekaran1306 4 жыл бұрын
Hello sir, I am here to prepare for my semester exams of data structure. I skipped my online classes coz i didnt understand anything,but now am following ur data structure playlist daily. Its very easy to understand. Thank you so much sir for the amazing classes.Just wanted to THANK YOU for ur efforts.
@oumabenard5004
@oumabenard5004 2 жыл бұрын
Best lecturer I have met so far
@aryansehrawat2539
@aryansehrawat2539 5 жыл бұрын
Put down a link for GoFundMe or PayPal so we cn help you get an air conditioning system i know you won't turn on fan cause it creates disturbance in mic by making distorted sounds
@sundeepsaradhi
@sundeepsaradhi 5 жыл бұрын
hi Thanks for your concern and i arranged the air conditioner now in the room so it was comfortable. Thanks for your support towards our channel. keep following our channel.
@srishtikumari5117
@srishtikumari5117 5 жыл бұрын
If we listen carefully than we understand very easily bcoz his explanation way is very good
@chantiyadav3211
@chantiyadav3211 2 жыл бұрын
where can we get notes for this?
@anushuchil3887
@anushuchil3887 Жыл бұрын
every student deserves a teacher like u ,u make concept much easier than games thank you sir
@learner7799
@learner7799 Жыл бұрын
just unbelievable teaching sirr.. the way u explains even the one who is new to coding also can crack this!! 🙌🙌
@PIYUSH-lz1zq
@PIYUSH-lz1zq 4 жыл бұрын
Dammm ! placements are soon , sir you saved us in this lockdown :D
@Anonymous-gj4km
@Anonymous-gj4km 4 жыл бұрын
Best teaching style...🤓🤓
@vinothvk2711
@vinothvk2711 5 жыл бұрын
All videos are Easy to understand. Keep doing bro🔥🔥🔥
@Afzalkhan-yw8eu
@Afzalkhan-yw8eu 5 жыл бұрын
awesome work..keep doing such great stuff u make a link list a piece of cake for me
@pahadimusicbaba8333
@pahadimusicbaba8333 Жыл бұрын
Previous= current Previous = 10 this is wrong Because 10 is a current-> data इसलिए - Previous= current->data Previous=10 And Previous= current Previous= 1000 That is answer because I will done all code about linked list - singly linked list , double linked list, cirular linked list, double circular link list ❤❤❤ Not hate but this is mistake I salute for all teachers who will be teach a students with the help of KZbin plateform ❤‍🩹
@pariminagalakshmi5517
@pariminagalakshmi5517 3 жыл бұрын
the best explanation sir..thank u so much..
@deekshasaigandla9966
@deekshasaigandla9966 4 жыл бұрын
U deserve a great respect
@debadrito2001
@debadrito2001 4 жыл бұрын
sir, your lectures are really helpful !! just love the way you explain, even the tiniest bit of details !!
@MaheshPerla-s5s
@MaheshPerla-s5s 2 ай бұрын
Sir.... Please do execution at the end of the concept or video....💯
@mankalakavitha7433
@mankalakavitha7433 3 жыл бұрын
Superb explanation sir
@ymahendra9066
@ymahendra9066 5 жыл бұрын
i understood very well.thank you so much sir.
@chandukota2870
@chandukota2870 3 жыл бұрын
Thanks alot sir 🙌🙏❤️
@shaktiraj958
@shaktiraj958 4 жыл бұрын
Very nice explained
@sivagangadharreddyramiredd1270
@sivagangadharreddyramiredd1270 5 жыл бұрын
Super sir awesome 👍
@shivanineelam8815
@shivanineelam8815 3 жыл бұрын
Thankyou so much sir
@_D_G_U
@_D_G_U 3 жыл бұрын
Implement a C program to create a linked list and arrange the same linked list in such a way that even elements occupy at odd position and odd elements in even position. Display both input and output linked lists. can you do this for me sir???
@sangitpradhan6818
@sangitpradhan6818 3 жыл бұрын
i think you can try and describe the way the program works readily .like here we were trying only to change the addresses. if you'd have said that in the beginning it would've been easier to understand.
@hemanththota7379
@hemanththota7379 5 жыл бұрын
every time i listen ur class i will understand something new ,loll
@aryapathak
@aryapathak 2 жыл бұрын
maybe we can directly take the n for number of nodes which we took in create section insted of count can we?
@yashkulshrestha4535
@yashkulshrestha4535 5 жыл бұрын
yeah, first comment on the videos of someone jisne engineering bina back ke pass krwai. :)
@guruprasadv7972
@guruprasadv7972 5 жыл бұрын
Mind your words. You are insulting him
@abhirupdas808
@abhirupdas808 5 жыл бұрын
@@guruprasadv7972 kaha insult kiya?
@chandramouli8900
@chandramouli8900 3 жыл бұрын
Sir, Please give explanation to print Numbers in reverse order using double linked list
@sunilpatel6542
@sunilpatel6542 3 жыл бұрын
How we can support this man
@Andhratrends
@Andhratrends 5 жыл бұрын
Sir....in while temp==null or temp!=null?
@ymahendra9066
@ymahendra9066 5 жыл бұрын
temp!=null is correct
@ajaybhargavborra1792
@ajaybhargavborra1792 4 жыл бұрын
Thank you sir ❤️ loved your explanation 🙏 Sir after exiting the while loop I think that While{ } Tail =head; head=prev; Correct me if iam wrong Thank you sir😊❤️🙏
@vivekkv5290
@vivekkv5290 4 жыл бұрын
What book to reffer for Data Structure in c ?
@anjalidhiman3498
@anjalidhiman3498 4 жыл бұрын
Is it inverted linked list?
@AkhilYadav-og4si
@AkhilYadav-og4si 3 жыл бұрын
Tq sir🙏
@kumarmakkapati4025
@kumarmakkapati4025 4 жыл бұрын
Sir in the above logic we arent assigning a tail after reversing the list, can u please tell me how to do it.
@mickyman753
@mickyman753 4 жыл бұрын
we could do a run a loop till temp->next != NULL ,after this tail=temp. Or a easier way is to assign tail=head before reversing the linked list and as we haven't used tail variable anywhere ,it will work perfectly.
@nigelmendonca1150
@nigelmendonca1150 5 жыл бұрын
Hello. Thank you so much for your videos. I just wanted to know what I should do to pursue a career in cyber security. Can you help me please?
@sonuvempati7538
@sonuvempati7538 5 жыл бұрын
do we assign a tail at the end of the code?
@arastusharma439
@arastusharma439 5 жыл бұрын
you can but it is not needed
@deviprasanna2551
@deviprasanna2551 3 жыл бұрын
Yeah it makes easy to understand
@yarramneninikhil1299
@yarramneninikhil1299 4 жыл бұрын
Full programme kavali sir please
@sahilsaxena8374
@sahilsaxena8374 4 жыл бұрын
Sir tail ko last me change Krna hoga??
@chandragirinaresh1240
@chandragirinaresh1240 4 жыл бұрын
❤❤❤❤❤❤
@shaktiraj958
@shaktiraj958 4 жыл бұрын
Sir kindly consider if possible, u r saying temp of next every time, but in my opinion it should be next of temp as next is a part of temp
@himanshunegi5228
@himanshunegi5228 5 жыл бұрын
Sir current,prev ek pointer h or vo sirf address value lega . Unki value 1000 and 2000 aegi
@shaktiraj958
@shaktiraj958 4 жыл бұрын
They r self referential stuct node pointer variable, that's why
@shaktiraj958
@shaktiraj958 4 жыл бұрын
Negi g aap theek keh rahe hain, pls replace 10 with 1000 n further..., typing mistake
@anshumankumar6099
@anshumankumar6099 5 жыл бұрын
👌
@yarramneninikhil1299
@yarramneninikhil1299 4 жыл бұрын
Full program on linked list kavali sir please
@sundeepsaradhi
@sundeepsaradhi 4 жыл бұрын
Send me your email to my WhatsApp number 9515140494
@chetansethy67
@chetansethy67 4 жыл бұрын
Sir I want full notes of you in pdf format
@chetansethy67
@chetansethy67 4 жыл бұрын
Now am completely following your data structure playlist....because your explanation and dedication is outstanding for us .......😍😍😍😍
@nandinichowdary4993
@nandinichowdary4993 2 жыл бұрын
Give code using c language performing all operations
@viralyoutubeshorts232
@viralyoutubeshorts232 4 жыл бұрын
why cant we take while(temp==tail)
@bhaskerbukya1270
@bhaskerbukya1270 2 жыл бұрын
current store address not data
@Dhani0707
@Dhani0707 Жыл бұрын
thankyou soooooo much sir
ADVANTAGES AND DISADVANTAGES OF SINGLE LINKED LIST - DATA STRUCTURES
10:44
Sundeep Saradhi Kanthety
Рет қаралды 30 М.
Сестра обхитрила!
00:17
Victoria Portfolio
Рет қаралды 958 М.
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 17 МЛН
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 23 МЛН
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН
QUEUE IMPLEMENTATION USING ARRAYS - DATA STRUCTURES
28:10
Sundeep Saradhi Kanthety
Рет қаралды 142 М.
STACK APPLICATION : INFIX TO POSTFIX CONVERSION ALGORITHM - DATA STRUCTURES
27:33
Sundeep Saradhi Kanthety
Рет қаралды 75 М.
LINKED LIST (DELETION FROM BEGINNING,ENDING AND SPECIFIED POSITION) - DATA STRUCTURES
21:32
QUEUE IMPLEMENTATION USING LINKED LIST - DATA STRUCTURES
21:26
Sundeep Saradhi Kanthety
Рет қаралды 62 М.
DOUBLE LINKED LIST (CREATE AND DISPLAY) - DATA STRUCTURES
21:26
Sundeep Saradhi Kanthety
Рет қаралды 54 М.
CONSTRUCTION OF AN EXPRESSION TREE - DATA STRUCTURES
21:44
Sundeep Saradhi Kanthety
Рет қаралды 52 М.
LINKED LIST (INSERTION AT BEGINNING,ENDING,SPECIFIED POSITION ) - DATA STRUCTURES
23:17
Сестра обхитрила!
00:17
Victoria Portfolio
Рет қаралды 958 М.