Изменения

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

Дерево ван Эмде Боаса

Нет изменений в размере, 19:20, 26 марта 2017
remove
'''return'''
x = merge(t.aux.min, t.children[t.aux.min].min)
t.min = x
'''if''' t.max == x
'''if''' empty(t.aux)
t.max = t.min
'''return'''
'''else'''
x = merge(t.aux.max, t.children[t.aux.max].max)
t.max = x
Анонимный участник

Навигация