A Binary Tree-based data structure where all levels are mostly filled (except sometimes the lowest) starting from left to right

A Binary Tree-based data structure where all levels are mostly filled (except sometimes the lowest) starting from left to right

O(logn)