188
правок
Изменения
м
Нет описания правки
c = getCellForVertex(v)
'''if''' shouldRemoveVertex(c, rand, layer)
'''if''' c.cntChild == 1
getCellForVertex(c.sumChild).newParent = c.parent
getCellForVertex(c.parent).addChild(c.sumChild)