Изменения
→Удаление
'''if''' (isRed(h.left) '''&&''' isRed(h.right))
colorFlip(h)
'''return''''' h''
===Удаление максимума===
h = rotateLeft(h)
colorFlip(h)
'''return''''' h ''
'''Node''' deleteMax(h : '''Node''')