Skip to content

The binary trees project brings us closer to this concept, knowing that they are, how they are composed, their main characteristics and algorithms to navigate them.

Notifications You must be signed in to change notification settings

untalinfo/binary_trees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binary Trees

The binary trees project brings us closer to this concept, knowing that they are, how they are composed, their main characteristics and algorithms to navigate them.

Resources 📋

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

Development environment 🛠️

This project has been tested on Ubuntu 14.06.6 LTS

Authors ✒️

  • Antonio Estela - student at Holberton School
  • Oscar Info - student at Holberton School

About

The binary trees project brings us closer to this concept, knowing that they are, how they are composed, their main characteristics and algorithms to navigate them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages