Skip to content

Resolve "Implement searching for an item in a multiway search tree"

Added a small exercise on searching in multi way search tree.

For this I did not bother with creating a multi way search tree, I just created the skeleton and add keys/children in the tests. 😅

The students only have to implement the searching in this tree.

Closes #77 (closed)

Edited by Kevin Chong

Merge request reports