Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 324 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 324 Bytes

Good morning! Here's your coding interview problem for today.

This problem was asked by Amazon.

Given a complete binary tree, count the number of nodes in faster than O(n) time. Recall that a complete binary tree has every level filled except the last, and the nodes in the last level are filled starting from the left.