Expedia Group Interview Question

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

Interview Answer

Anonymous

Nov 8, 2017

Solved with recursive calls

1