Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

8 lines
450 B

# Complete Binary Tree
A complete binary tree is a special type of binary tree where all the levels of the tree are filled completely except the lowest level nodes which are filled from as left as possible.
Visit the following resources to learn more:
- [@article@Complete Binary Tree - Programiz](https://www.programiz.com/dsa/complete-binary-tree)
- [@article@Complete Binary Trees](https://www.wscubetech.com/resources/dsa/complete-binary-tree)