Embed presentation
Download to read offline

The document describes a task to implement a Python method called _find in a binary tree class. This method should search for a specified key starting from a given node p and return true or false based on whether the key exists in the tree. Additionally, it requests an analysis of the time complexity of the function.
