Queue - Data Structures & Algorithms Tutorials In Python #8

preview_player
Показать описание

Topics
00:00 Stock price exchange without Queue
02:57 Stock price exchange using Queue
05:12 Queue classes in different programming languages
05:45 List as Queue in python
12:58 Exercise

#datastructures #algorithms #python

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

Great tutorial. I love your channel! Thanks for creating these amazing tutorials.

quyenscc
Автор

this is really good.. thankyou so much sir.
Also, i have a request, please include more questions in the excercises in future videos as then the topic becomes very clear!..

pythonenthusiast
Автор

please dont waste your time with watching Udemy courses. This gentleman teach everything you image about python.

tevfikklas
Автор

I'm back. had this tab up for like 2 weeks. I was working OT and picking up shifts at my second job. I quit one of em tho so back to the study grind!! Gotta get myself in a better position in life, no one else is gonna do the work for me!

myrusEW
Автор

Thanks for proving the exercises, they are really helpful.

omkarbhabal
Автор

Hey Dhaval I m watching u from long time just commenting here to let u know how awsm your content is your efforts money u put is worth a every single penny ! God bless you

harshitsharma
Автор

Great lecture. I appreciate the upload.

joeg
Автор

Agree with Omkar.... What a simple and magnificent exercise to use the data structure.
Just brilliant again....:)

deepaksrinivasan
Автор

sir, you are awesome because your teaching style is also good and your video tutorial for python is really good sirrr plz you also make the another main concept of python and python algorithms...

dreamraw
Автор

Sir you are doing very well...you are my best teacher for data science and machine learning..😃😃😃 looking for more videos on this...

hkdelhivlogs
Автор

Wow! Enjoy the sense of humor in your tutorial very much. Thanks

headach
Автор

do we need circular queue if we implement queue this way in python? What I mean is since deque/list is dynamic and we are appending at the left, so no issues of running out of capacity per se. Thoughts?

manjinderrandhawa
Автор

thanks for knowledge, i realy appriciate

mrwilbroadtv
Автор

For those of you wondering why queue has O(1) inserting and deleting item, it is because queue is usually implemented using doubly linked list.

shawzhang
Автор

oh god my laptop is too heated. next time upload video on how to cool it...











jokin. really the best tutorial and easy way to understand . thank you

sagardulal
Автор

Hello Sir,

Could you make video on recursion and its application.
Besides, i really appreciate sharing your tutorial videos they are really helpful. If you can also make it in Hindi for your hindi channel, it would be awesome ☺️

TK-vtep
Автор

Hello sir, Can you please tell me..if this is the right way to do 2nd ques or not?if __name__ == "__main__":
q = Queue()
numbers = int(input("Enter numbers:"))
for i in range(1, numbers+1):
q.enqueue((bin(i).replace("0b", "")))
print(q.dequeue())

sumitdhiman
Автор

Thank you so much, It's so useful for me

ducnguyenminh
Автор

How will u define loose and strong coupling?

zohaibramzan
Автор

sir is this all 11 videos are covered the whole data structure in python or not and sir, plz make a tutorial on algorithms also

sahebsaha