radiator
radiator copied to clipboard
Delete Node: Tree must stay consistent
When a node gets deleted, the next node in line pointing to the node to delete must be updated and link to the same node as the deleted one before (attribute prev_id.
When a node gets deleted all of its children must be deleted as well.