Netflix Interview Question

Write a code such to implement semaphores to implement the concept of synchronization in multi-threaded environment.

Interview Answer

Anonymous

Apr 18, 2016

"In a binary search tree, find the most common ancestor." What does this even mean? Do you mean greatest common ancestor?

1