Algorithms For Dummies



Download 7,18 Mb.
Pdf ko'rish
bet231/651
Sana15.07.2021
Hajmi7,18 Mb.
#120357
1   ...   227   228   229   230   231   232   233   234   ...   651
Bog'liq
Algorithms

  Structuring Data 

     123


When your application makes a data request, the list scans through all its items, 

which is even slower. When data is scattered across your computer’s memory, lists 

must gather the data from each location individually and slowing access more.

Using queues

Unlike stacks, queues are first in/first out (FIFO) data structures. As with stacks, 

you can find predefined implementations in many packages, including both NumPy 

and  Pandas.  Fortunately,  you  can  also  find  a  specific 

queue

  implementation  in 



Python, which you find demonstrated in the following code:

import queue

  

MyQueue = queue.Queue(3)



  

print("Queue empty: ", MyQueue.empty())

  

MyQueue.put(1)



MyQueue.put(2)

MyQueue.put(3)

print("Queue full: ", MyQueue.full())

  

print("Popping: ", MyQueue.get())



print("Queue full: ", MyQueue.full())

  

print("Popping: ", MyQueue.get())



print("Popping: ", MyQueue.get())

print("Queue empty: ", MyQueue.empty())

  

Queue empty:  True



Queue full:  True

Popping:  1

Queue full:  False

Popping:  2

Popping:  3

Queue empty:  True

Using the built-in 

queue


 requires a lot less code than building a stack from scratch 

using a 


list

, but notice how the two differ in output. The stack example pushes 

1, 2, and 3 onto the stack, so the first value popped from the stack is 3. However, in 

this example, pushing 1, 2, and 3 onto the 

queue

 results in a first popped value of 1.




124


Download 7,18 Mb.

Do'stlaringiz bilan baham:
1   ...   227   228   229   230   231   232   233   234   ...   651




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2025
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish