Articles for author: Pawan Harwani

Complete Binary Tree

A binary tree is called complete binary tree when all the level of binary tree is completely filled except possibly the last level, which is filled from left side. In other words all the nodes are as far left as possible in complete binary tree. Takeaways Benefits : Introduction to Complete Binary Tree A binary ...