I noticed this problem is missing from the BST chapter of the latest version of EPIJ.
Was it relocated to another chapter? If not, why was it removed from the book?
The problem says that calls to the functions we’re supposed to implement can be interleaved.
Does this mean parallel execution i.e. multithreaded? Or, not multithreaded, but there can be multiple calls to each function, in any order?
Thanks.