kolejka

 0    5 flashcards    guest3979490
print play test yourself
 
Question - Answer -
push
start learning
umieszczanie elementu na początku koleki
pop
start learning
usunięcie elementu z końca kolejki
front
start learning
pobranie wartości elementu z początku kolejki
empty
start learning
sprawdzanie czy kolejka jest pusta
deklaracja kolejki
start learning
deklaracja kolejki ?
queue[typ elementów] nazwa_kolejki;

You must sign in to write a comment