Introduction to Circular Linked List

preview_player
Показать описание
Data Structures: The Introduction to Circular Linked List
Topics discussed:
1) Types of Circular Linked Lists.
2) Circular Singly Linked List.
3) Circular Doubly Linked List.
4) Creating the first node of the Circular Singly Linked List.
5) Creating the first node of the Circular Doubly Linked List.

Music:
Axol x Alex Skrindo - You [NCS Release]

#DataStructuresByNeso #DataStructures #CircularLinkedList #LinkedList
Рекомендации по теме
Комментарии
Автор

I have no words to say thank u for Ur great efforts .best content

basharatmir
Автор

Nesso is best, in terms of studying one day before exam 👍

indialeaked
Автор

Thank you sir for making the concepts interesting and understandable ☺️👍👍

vinodgaikwad
Автор

we can return the address of dynamically allocated(variables) from a function because memory is not automatically deallocated untill we use "free " function.

AjeetKumar-moxt
Автор

Thanks sir... But please upload videos fast.... It's a humble

brijusingh
Автор

Please make a preprocessor full tutorial, there is no better tutorial for that topic I found

minidupasan
Автор

Thank you sir ❤your explanation is awesome 👍

ammarsheikh
Автор

Sir post upcoming video's fast before the gate exam pls 🙏🙏🙏 your are genius

nikhiltyagi
Автор

sir if we wish to create a music playlist which linked list should we prefer?

priyanshisingh
Автор

is it work for multiple node adding to its?

Fallgamer-xw
Автор

The way you say "tail" is really funny :)))

aumuamuanakakara
Автор

Hi lecture I wanna know, cos u (t) linear or nonlinear.? Thank!

keodavin
Автор

Sir what you will teach first after linked list please reply

_rounakraj
Автор

Sir the code for singly Circular linked list is not working
Wrote it exactly as it was shown in the lecture

jadonsancho
Автор

Sir plzz parallel y start c++ course....🙏🙏

DeepakKumar-nkcv
Автор

Sir please aap jaldi upload kiya kijiye kahi or samaj nhi aata aapka hi samaj me aata hai 😭😭

mayankwadhwani
Автор

Sir plz hindi me video bana🙏🙏🙏🙏🙏🙏iye sir plz

ashishranjan
Автор

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 (:

ade
Автор

I think pls check your algorithm once again

Fallgamer-xw