Now delete is implemented as ``` for x in find_nodes(id) x.remove(id) ``` But it would be a better choice to also delete entries in visited nodes. This would require some kind of aggregation between remove and find.