Introduction to Circular Queue in Data Structures

preview_player
Показать описание
Circular Queue implementation using arrays: In this video, we will see why we should be using circular queues and what circular queues does when it comes to implementing a queue in real life. This circular queue tutorial in Hindi will make you understand about the circular queue data structure

Best Hindi Videos For Learning Programming:

►C Language Complete Course In Hindi -

►JavaScript Complete Course In Hindi -

►Django Complete Course In Hindi -

Follow Me On Social Media
Рекомендации по теме
Комментарии
Автор

Waise I have an english channel too. Subscribe kar lena :)
Instagram: instagram.com/codewithharry

CodeWithHarry
Автор

16:53 - Mujhe circular increment samjh mein aa gaya hai. Thank you so much sir.

pragatisrivastava
Автор

18:12 mujhe circular increment samjh aagaya gya
thank you harry bhai

omkeshwani
Автор

I have watched too many youtubers video for my 2 years coding but harry vai is harry vai, , , I can watch his video of teaching all day long, there is something special in his lecture, and his tecaching is legendary, , so much love from Bangladesh

ashikurrahmanpritom
Автор

16:50
"Mujhy circular increment smajh main AA gaya"
It is because you taught it in an amazing way.
Thankyou Sir for teaching us in a great friendly way!!

unitcoder
Автор

16:53 - MUJE CIRCULAR INCREMENT SAMAJ AA GAYA . Luv you harry bhai

MadhavGaur-mofz
Автор

16:53
printf("Mujhe circular increment samajh aa gya");
print("Mujhe circular increment samajh aa gya")
cout<<"Mujhe circular increment samajh aa gya"<<endl;
console.log("Mujhe circular increment samajh aa gya");
System.out.println("Mujhe circular increment samajh aa gya");
echo "Mujhe circular increment samajh aa gya";
println("Mujhe circular increment samajh aa gya")

abheygupta
Автор

16:48 -> I understood Circular Increment. Thank you, sir, for making me understand this concept...

adithyashetty
Автор

16:50
"Mujhy circular increment smajh main AA gaya"
It is because you taught it in an amazing way.
Thankyou Sir for teaching us in a great friendly way!! (2)

pavel_s
Автор

16:53 mujhe circular increment samj mai aa gaya. thank you for tutorials ❤️

priyalpatel
Автор

Really well Explained
What I learnt--
When The Normal Queue is full and we Deque till front=rear-1,
i.e.,
-->We use Circular Enqueue()
-->rear=(rear+1)%size;
Similarly for Circular Dequeue()
-->front=(front+1)%size;

The difference between Queue and Circular Queue is the way(formula) of increment.

sibbirshahriyar
Автор

16:47 I have completely understood concept of circular queue, Thanks a lot Harry Bhai, Your work is really appreciated ...

subhrasankardebnath
Автор

me first time DSA pad rahi hu with c, i'm following your videos playlist .it is amazing explanation bro, Muje circular queue aaga. and yaha tak sabhi concept clear huya hai. thanks a lot .

thoughtinfinitylife
Автор

Sir mujhse circular queue samjh aa gya 🤓.thanku soo much sir 😊😊.

salonikale
Автор

16:50- mujhe ciruclar increment samajh m aa gya harry bhai.

amanmallick
Автор

16:53 Haa humko circular queue samajh aa Gaya h...thanku so much bhaiya for this video

manishakumari
Автор

17:05 mujhe harry bhai ka smjhaya sb smjh ata h... (Ps: pr revision na krne ki wjhse bhul jata hu ) 🥲

Gadrumiyan
Автор

16:46
for (int i=0 i<=5; i++){
cout<<"Mujy Circular increment samjh mn aa geya hai";

}
apko acha lagy ga is liyay comment kiya

AsimaIqbal
Автор

16:54 -Circular queue and Circular increment properly Smjh Aa gya
Thank you so much 💕
Keeping making such help videos.

artisingh
Автор

16:53 mujhe circular increment samjh me aagya 👍🏻 Thank you Harry Bhai ❣️

yogitamali