Evalueserve interview question

What is a binary tree? Is this a binary tree? If this one element is removed from the binary tree, what happens? Write the code for this.

Interview Answer

Anonymous

15 Jan 2020

I talked through the process, explaining that in binary trees each node has two children.