Skip to content

lataba/holbertonschool-binary_trees

Repository files navigation

C - Binary Trees

Learning Objectives 📃 ✔️

  • 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

Header file 📃

  • binary_trees.h Header file containing definitions and prototypes for all types and functions written for the tasks.

Taks 📃

By Felipe Pereira and Laura Ballesté as part of the Holberton Uruguay study program.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages