Introduction to Circular Linked List

  Рет қаралды 229,580

Neso Academy

Neso Academy

Күн бұрын

Пікірлер: 48
@basharatmir4025
@basharatmir4025 3 жыл бұрын
I have no words to say thank u for Ur great efforts .best content
@vinodgaikwad1161
@vinodgaikwad1161 4 жыл бұрын
Thank you sir for making the concepts interesting and understandable ☺️👍👍
@indialeaked104
@indialeaked104 2 жыл бұрын
Nesso is best, in terms of studying one day before exam 👍
@ruschev2
@ruschev2 Жыл бұрын
Much love and respect for the Desi grind
@en_hawk6928
@en_hawk6928 2 ай бұрын
Might spell it right then.
@tejatej3628
@tejatej3628 4 жыл бұрын
Best KZbin channel
@ComedyAlexa
@ComedyAlexa 3 ай бұрын
Thank you 😊
@devarajudheeraj796
@devarajudheeraj796 3 жыл бұрын
Thank you king 👑😍
@brijusingh845
@brijusingh845 4 жыл бұрын
Thanks sir... But please upload videos fast.... It's a humble request.......
@minidupasan1520
@minidupasan1520 4 жыл бұрын
Please make a preprocessor full tutorial, there is no better tutorial for that topic I found
@AjeetKumar-mo6xt
@AjeetKumar-mo6xt 3 жыл бұрын
we can return the address of dynamically allocated(variables) from a function because memory is not automatically deallocated untill we use "free " function.
@dipeshsamrawat7957
@dipeshsamrawat7957 3 жыл бұрын
I love Neso Academy :)
@DeepakKumar-nk3cv
@DeepakKumar-nk3cv 4 жыл бұрын
Sir plzzz upload lectures regularly
@epilogun5030
@epilogun5030 4 жыл бұрын
Thanks!
@mihirvora391
@mihirvora391 4 жыл бұрын
Thank you very much❤️😊
@nivethaselvam3415
@nivethaselvam3415 10 ай бұрын
Very clearly understood
@WakandaForever555
@WakandaForever555 10 ай бұрын
Where can i get full code?
@ShivamSingh-yu5tt
@ShivamSingh-yu5tt 4 жыл бұрын
Nice edit bajaj
@amitmahapatro629
@amitmahapatro629 2 жыл бұрын
Thank you
@nikhiltyagi5597
@nikhiltyagi5597 4 жыл бұрын
Sir post upcoming video's fast before the gate exam pls 🙏🙏🙏 your are genius
@ammarsheikh4035
@ammarsheikh4035 Жыл бұрын
Thank you sir ❤your explanation is awesome 👍
@lovelytech8499
@lovelytech8499 3 жыл бұрын
Bro meru thopu bro.....super explanation
@priyanshisingh4135
@priyanshisingh4135 Жыл бұрын
sir if we wish to create a music playlist which linked list should we prefer?
@Btech_admission_counselor
@Btech_admission_counselor 9 ай бұрын
A doubly linked list might be preferable for a music playlist because it allows for efficient traversal in both forward and backward directions, which can be useful for shuffling, repeating, or navigating through the playlist.
@aumuamuanakakara9908
@aumuamuanakakara9908 4 жыл бұрын
The way you say "tail" is really funny :)))
@DARKNIGHTMARE32
@DARKNIGHTMARE32 3 жыл бұрын
It's time to bring the pain.
@APlusilmEdu
@APlusilmEdu 3 жыл бұрын
amazing
@Fallgamer1-x4w
@Fallgamer1-x4w Жыл бұрын
is it work for multiple node adding to its?
@mjunaidmjunaid566
@mjunaidmjunaid566 4 жыл бұрын
Sir please fast upload next lecture😭
@jadonsancho386
@jadonsancho386 2 жыл бұрын
Sir the code for singly Circular linked list is not working Wrote it exactly as it was shown in the lecture
@WakandaForever555
@WakandaForever555 10 ай бұрын
Where can i get the full code?
@EpicEchoes-payal
@EpicEchoes-payal 4 жыл бұрын
Yes sir plzz be fast
@keodavin2185
@keodavin2185 4 жыл бұрын
Hi lecture I wanna know, cos u (t) linear or nonlinear.? Thank!
@anasibrahim8413
@anasibrahim8413 Жыл бұрын
Linear
@015_rounakraj9
@015_rounakraj9 4 жыл бұрын
Sir what you will teach first after linked list please reply
@harshalkumar4538
@harshalkumar4538 3 жыл бұрын
sorting
@DARKNIGHTMARE32
@DARKNIGHTMARE32 3 жыл бұрын
Joe will take the next class if you ask him
@aamirlone4336
@aamirlone4336 4 жыл бұрын
Sir please start c++ course
@DeepakKumar-nk3cv
@DeepakKumar-nk3cv 4 жыл бұрын
Sir plzz parallel y start c++ course....🙏🙏
@mayankwadhwani8583
@mayankwadhwani8583 4 жыл бұрын
Sir please aap jaldi upload kiya kijiye kahi or samaj nhi aata aapka hi samaj me aata hai 😭😭
@Fallgamer1-x4w
@Fallgamer1-x4w Жыл бұрын
I think pls check your algorithm once again
@ashishranjan6294
@ashishranjan6294 4 жыл бұрын
Sir plz hindi me video bana🙏🙏🙏🙏🙏🙏iye sir plz
@rishivijay523
@rishivijay523 4 жыл бұрын
Tree graph????? Hashing
@pagenotfound_code_404
@pagenotfound_code_404 3 жыл бұрын
thanks for tut. if anyone here tries this with c++ change: struct node* temp = malloc(sizeof(struct node)); to this: struct node* temp = (struct node*)malloc(sizeof(struct node)); thank me later (:
@ytwuuuuuuu
@ytwuuuuuuu 3 жыл бұрын
or you can just do: node* temp = new node();
@prateekw369
@prateekw369 10 ай бұрын
.
Circular Singly Linked List (Insertion at the Beginning)
5:28
Neso Academy
Рет қаралды 131 М.
Learn Linked Lists in 13 minutes 🔗
13:24
Bro Code
Рет қаралды 381 М.
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 30 МЛН
Introduction to Stacks
8:34
Neso Academy
Рет қаралды 586 М.
Introduction to Linked Lists (Data Structures & Algorithms #5)
18:47
Data Structures Explained for Beginners - How I Wish I was Taught
17:06
Internet Made Coder
Рет қаралды 620 М.
Top 7 Data Structures for Interviews Explained SIMPLY
13:02
Codebagel
Рет қаралды 250 М.
Program for Implementation of Single Linked List | Part-1
24:15
Naresh i Technologies
Рет қаралды 413 М.
Hash Tables and Hash Functions
13:56
Computer Science Lessons
Рет қаралды 1,6 МЛН
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН