You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not possible to use `next[0]` as the next pointer for the free
list since we use the `next[0]` when freeing nodes. However, we can
simplify the existing code significantly by ditching the free list
approach entirely and just using a recursive function to free the tree.
0 commit comments