Sylyac2000 / binary_trees

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

0x1D. C - Binary trees

Requirements

Synopsis

This repository holds some projects I worked on for ALX. The goal is to learn coding and concepts through the C programming language.

Concepts to be learned in this repository:

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

Description of what each file shows:

  1. New node
  2. Insert left
  3. Insert right
  4. Delete
  5. Is leaf
  6. Is root
  7. Pre-order traversal

About


Languages

Language:C 100.0%