baydre / binary_trees

This repository contains code and algorithms for working with binary trees, including creation, traversal, and various tree operations. It serves as a resource for learning and implementing binary tree data structures in C programming language which could be adapted to any language of choice.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Binary Tree


Description

This project is a collection of functions that work with binary trees. It covers various operations on binary trees, including node insertion, traversal methods, height measurement, and more.


Tags

  • C
  • Version control
  • New node
  • Insert left
  • Insert right
  • Is leaf
  • Is root
  • Pre-order traversal
  • In-order traversalPost-order traversal
  • Height

About

This repository contains code and algorithms for working with binary trees, including creation, traversal, and various tree operations. It serves as a resource for learning and implementing binary tree data structures in C programming language which could be adapted to any language of choice.


Languages

Language:C 100.0%