Joseph-muigai / binary_trees

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

0x1D C - Binary trees : pencil2:

C is a powerful general purpose programming language . It can be used to develop software duch as operating systemsm databases, compilers and so on. This project covers the concept of binary trees At the end of this project, We were able to undesrtand these questions:

  • 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


Languages

Language:C 100.0%