Circular Linked List in Data Structures (with Code)

preview_player
Показать описание
Circular Linked lIst in Data structures with code implementation.

Рекомендации по теме
Комментарии
Автор

really good video, i cannot understand the code implementation until i watch this video. I am a computer science student from Hong Kong. please keep doing these videos, they save my ass.

potato_tube
Автор

I commend the passion you are putting in these videos and believe me you are making a change
Thanks. Really

arunagupta
Автор

Very understandable young Bro ! thanks you a lot ! I am from Canada

sophiaphan
Автор

u r amazing sir. Your videos are so easy to understand....thanku!

earning_big
Автор

Sir, plz add insert and delete a node from a circular linked list

sreyadutta
Автор

Sir can you provide videos on circular stack and queue also

balajiavinash
Автор

Your videos are very helpful! They helped me a lot. May Allah bless you.

maimoonagul
Автор

bcoz of him i am still in my job
😂😂😂

mdabuzar
Автор

It was ask enter the number of node respecting times after it can't display the entering the all nodes

gmaheswari
Автор

Sir please make video on insert after & delete after of circular link list

MadhuryaDutta
Автор

they dont teach classes in your country?

russsully
Автор

Watch Naresh IT channel... Best videos ever

topGfanboy
Автор

by asking number of nodes from user the whole purpose of dynamic ADT fails.

sudhanshu
Автор

How to create a circular list:
typedef struct node *ptr;
typedef ... data;
typedef struct node{
data d;
ptr next;}
ptr list;
new_node=malloc
...
list->next=list;
list->d=data;

panagiotiskoligas
Автор

It would be more likely and helpful if a playlist on a certain topic contains all the videos related to that topic and are placed in a sequential order.✌️

yuvarajsaithadishetty
Автор

Really good explanation and really good video, but his accent is to funny!

andreibogdan
Автор

your going to make such easy thing to look to0 difficult

sayededriss