Изменения

Перейти к: навигация, поиск

Очередь

27 байт добавлено, 20:00, 11 июня 2014
Нет описания правки
=== pop ===
'''function''' pop():
'''if''' !'''not''' empty()
x = elements[head]
head = (head + 1) % elements.length
=== pop ===
'''function''' pop():
'''if''' !'''not''' rigthStack.empty()
'''return''' popRight()
'''else'''
'''while''' !'''not''' leftStack.empty()
pushRight(popLeft())
'''return''' popRight()
215
правок

Навигация