An open API service indexing awesome lists of open source software.

https://github.com/glenmiracle18/binary_trees

for the alx-se binary trees project
https://github.com/glenmiracle18/binary_trees

Last synced: 2 months ago
JSON representation

for the alx-se binary trees project

Awesome Lists containing this project

README

        

Learning Objectives
At the end of this project, you are expected to be able to explain to anyone, without the help of Google:

General
What is a binary tree
What is the difference between a binary tree and a Binary Search Tree
What is the possible gain in terms of time complexity compared to linked lists
What are the depth, the height, the size of a binary tree
What are the different traversal methods to go through a binary tree
What is a complete, a full, a perfect, a balanced binary tree