Sollicitatievraag bij Google

Create a binary tree based on a sorted array

Antwoorden op sollicitatievragen

Anoniem

17 mrt 2010

If you already have a sorted array, then you could say that it is already a minimum heap and that is a binary tree.

1

Anoniem

31 okt 2010

Use binary search to construct a balanced tree