Domanda di colloquio di Pinterest

Given a binary tree (not a bst) find if a given element exists without using O(n) space.

Risposta di colloquio

Anonimo

10 dic 2017

Iterative in order traversal.

1