The Majestic Battle of Circular Linked Lists! 🔁💥

preview_player
Показать описание
In this video, I'm going to teach you how to create a circular linked list in Java.

This video is a prepbytes short, meaning that it's only a few minutes long and it covers a specific topic. If you want to learn more about programming and Java, then be sure to subscribe to our channel! We release short, bite-sized videos that are perfect for learning new programming concepts.

#CircularLinkedLists #Bahubali #DataStructures #CodingMagic
In the epic finale of Bahubali, witness the awe-inspiring attack on the mighty Maheshmati castle, mirroring the power of Circular Linked Lists. 🏰✨
#CircularLinkedLists, like Bahubali's unstoppable force, create a loop where each element points to the next, forming an unbreakable chain. 💪🔗
#CodingMagic #UnstoppableForce #DataStructures101 #BahubaliFan

prepbytes
prepbytes reels
prepbytes shorts
prepbytes fun with knowledge shorts
prepbytes fun with knowledge reels
prepbytes reel
prepbytes short
prepbytes bahubali reel
prepbytes bahubali shorts
prepbytes circular linked list
prepbytes circular linked list reel
prepbytes circular linked list shorts
prepbytes knowledge reels
prepbytes knowledge shorts
prepbytes coding shorts
prepbytes coding reels
prepbytes reel knowledge
prepbytes shorts knowledge
code
learn
Рекомендации по теме
Комментарии
Автор

😂😂😂 you guys are just great!
Way of explaining is enthusiastic, even I was also thinking of similar methodology but you have implemented it, very interesting, Keep it UP🎉🎉🎉

vikhyatmathur
Автор

Starting its linked list, ending its circular linkedlist😂😂

narsimharao
Автор

Aaj jake linked list clear huwa mera 😂😂😂 kayi din se paresan tha..

bettukibaate
Автор

Wow I was just focused on the flying 😂, Bollywood...interesting

ChinecheremBlessingOnovo
Автор

For more specific circular double linked list😂😂😂

mudunuruneeraj
Автор

Exam se pahele dekhi hoti to achha hota😢

rudrapatel
Автор

Bhai mobile me coding kaise kare aur. Muze Google me job chahi hai code karke help me please

insaanonline
Автор

struct Node {
int yodha;
struct Node* bahubali;
};

int main()
{
struct Node* bahubali = (struct Node*)malloc(sizeof(struct Node));

struct Node* sainik1 = (struct Node*)malloc(sizeof(struct Node));

struct Node* sainik2 = (struct Node*)malloc(sizeof(struct Node));

struct Node* sainik3 = (struct
Node*)malloc(sizeof(struct Node));

head->data = BAHUBALI;
head->next = sainik1;

sainik1->data = NORMAL SAINIK;
sainik1->next = sainik2;

//AND SO ON

return 0

}

RonitPaul-ox
Автор

But i will use temp of head rather than head 😂

UpscRankers
Автор

nah man, this is just too much programming for this week

xtttra
Автор

That is singly LL not circular LL😶
But it was entertaining 😂😂

mastermind