Skip to content

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.

Notifications You must be signed in to change notification settings

baydre/binary_trees

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages