Skip to content
Commit e8ab0ab9 authored by Joshua Kahn's avatar Joshua Kahn Committed by Jason Evans
Browse files

Add function to destroy tree

ex_destroy iterates over the tree using post-order traversal so nodes
can be removed and processed by the callback function without paying the
cost to rebalance the tree. The destruction process cannot be stopped
once started.
parent 13b40155
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