Skip to content
Commit 9d86338a authored by Harald Sitter's avatar Harald Sitter 🐧
Browse files

add a note about why append does not forward the size to parents

this wasn't entirely obvious. remove() forwards the size change but
append() does not. the reason has to do with how we construct the tree
recursively, so parents are only set at the very end meaning we do not
need to update all our parents' size all the time.
parent c040d5c5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment