Изменения

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

Очередь

3 байта добавлено, 19:24, 12 июня 2014
Нет описания правки
=== push ===
'''function''' push(x: T):
elements[tail] = x
tail = (tail + 1) % elements.length
=== push ===
'''function''' push(x: T):
element = tail
tail = list(x, NULL)
=== push ===
'''function''' push(x: T):
pushLeft(x)
=== pop ===
215
правок

Навигация