Function to delete a key from our tree... this function is again adopted from CLRS delete method but this was basically written from scratch and is loosely based on the actual notes. -- firstly it deletes the keys (all or first depending on unique flag) -- secondly it updates the pool of empty page
(long key, boolean unique)
source not stored for this graph (policy: none)
no test coverage detected