Design Circular Queue | Live Coding with Explanation | Leetcode - 622

preview_player
Показать описание
Designing Circular Queue without using any built-in queue.

To support us you can donate

Check out our other popular playlists:

If you find any difficulty or have any query then do COMMENT below. PLEASE help our channel by SUBSCRIBING and LIKE our video if you found it helpful.

#coding #leetcode #programminglife #programmingisfun #programmer #tech #software #codinglife #leetcode
Рекомендации по теме
Комментарии
Автор

We hope you all are enjoying our videos!!! Don't forget to leave a comment!!! Please like the video to support us!!!

Questions you might like:

Struggling in a question??

Leave in a comment and we will make a video!!!🙂🙂🙂

AlgorithmsMadeEasy
Автор

We can also initialize rear with -1 in that case we might not need to handle special case where check Is made for the empty part, WDYT?

uditagrawal
Автор

you didnt explained the main thing for which many of us were here "%"!

Iamnoone
Автор

Could you explain the mod line a little more?
rear = rear % q.length
front = front % q.length

philfrizzle
Автор

can someone help me understand why a list over a linked list?

Cloud-
welcome to shbcf.ru