RancyChepchirchir / binary_trees

0x1D. C - Binary trees - Group Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

binary_trees

0x1D. C - Binary trees - Group Project

Resources

Binary tree (note the first line: Not to be confused with B-tree.) Data Structure and Algorithms - Tree Tree Traversal Binary Search Tree Data structures: Binary Tree 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

About

0x1D. C - Binary trees - Group Project


Languages

Language:C 100.0%