Aymen-haddaji-hub / binary_trees

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

binary_trees

#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?

About

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

License:GNU General Public License v3.0


Languages

Language:C 100.0%