Expedia Group interview question

Finds a key value in a binary tree and returns the result as an integer

Interview Answer

Anonymous

8 Nov 2017

Solved with recursive calls

1