Skip to content

Instantly share code, notes, and snippets.

@iwouldnot
Created November 11, 2017 11:00
Show Gist options
  • Save iwouldnot/54b1d9e31915f25bd0e49285a1ee799c to your computer and use it in GitHub Desktop.
Save iwouldnot/54b1d9e31915f25bd0e49285a1ee799c to your computer and use it in GitHub Desktop.
if (parent is None # чёч? откуда она None вообще? в теории, не должно быть такого, но на всякий пожарный
or parent.parent is None # предок является корнем дерева
or (node.color != RED or parent.color != RED)): # нет нужды ребалансировать
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment