I have no words to say thank u for Ur great efforts .best content
@vinodgaikwad11614 жыл бұрын
Thank you sir for making the concepts interesting and understandable ☺️👍👍
@indialeaked1042 жыл бұрын
Nesso is best, in terms of studying one day before exam 👍
@ruschev2 Жыл бұрын
Much love and respect for the Desi grind
@en_hawk69282 ай бұрын
Might spell it right then.
@tejatej36284 жыл бұрын
Best KZbin channel
@ComedyAlexa3 ай бұрын
Thank you 😊
@devarajudheeraj7963 жыл бұрын
Thank you king 👑😍
@brijusingh8454 жыл бұрын
Thanks sir... But please upload videos fast.... It's a humble request.......
@minidupasan15204 жыл бұрын
Please make a preprocessor full tutorial, there is no better tutorial for that topic I found
@AjeetKumar-mo6xt3 жыл бұрын
we can return the address of dynamically allocated(variables) from a function because memory is not automatically deallocated untill we use "free " function.
@dipeshsamrawat79573 жыл бұрын
I love Neso Academy :)
@DeepakKumar-nk3cv4 жыл бұрын
Sir plzzz upload lectures regularly
@epilogun50304 жыл бұрын
Thanks!
@mihirvora3914 жыл бұрын
Thank you very much❤️😊
@nivethaselvam341510 ай бұрын
Very clearly understood
@WakandaForever55510 ай бұрын
Where can i get full code?
@ShivamSingh-yu5tt4 жыл бұрын
Nice edit bajaj
@amitmahapatro6292 жыл бұрын
Thank you
@nikhiltyagi55974 жыл бұрын
Sir post upcoming video's fast before the gate exam pls 🙏🙏🙏 your are genius
@ammarsheikh4035 Жыл бұрын
Thank you sir ❤your explanation is awesome 👍
@lovelytech84993 жыл бұрын
Bro meru thopu bro.....super explanation
@priyanshisingh4135 Жыл бұрын
sir if we wish to create a music playlist which linked list should we prefer?
@Btech_admission_counselor9 ай бұрын
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.
@aumuamuanakakara99084 жыл бұрын
The way you say "tail" is really funny :)))
@DARKNIGHTMARE323 жыл бұрын
It's time to bring the pain.
@APlusilmEdu3 жыл бұрын
amazing
@Fallgamer1-x4w Жыл бұрын
is it work for multiple node adding to its?
@mjunaidmjunaid5664 жыл бұрын
Sir please fast upload next lecture😭
@jadonsancho3862 жыл бұрын
Sir the code for singly Circular linked list is not working Wrote it exactly as it was shown in the lecture
@WakandaForever55510 ай бұрын
Where can i get the full code?
@EpicEchoes-payal4 жыл бұрын
Yes sir plzz be fast
@keodavin21854 жыл бұрын
Hi lecture I wanna know, cos u (t) linear or nonlinear.? Thank!
@anasibrahim8413 Жыл бұрын
Linear
@015_rounakraj94 жыл бұрын
Sir what you will teach first after linked list please reply
@harshalkumar45383 жыл бұрын
sorting
@DARKNIGHTMARE323 жыл бұрын
Joe will take the next class if you ask him
@aamirlone43364 жыл бұрын
Sir please start c++ course
@DeepakKumar-nk3cv4 жыл бұрын
Sir plzz parallel y start c++ course....🙏🙏
@mayankwadhwani85834 жыл бұрын
Sir please aap jaldi upload kiya kijiye kahi or samaj nhi aata aapka hi samaj me aata hai 😭😭
@Fallgamer1-x4w Жыл бұрын
I think pls check your algorithm once again
@ashishranjan62944 жыл бұрын
Sir plz hindi me video bana🙏🙏🙏🙏🙏🙏iye sir plz
@rishivijay5234 жыл бұрын
Tree graph????? Hashing
@pagenotfound_code_4043 жыл бұрын
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 (: