Skip to content

Vickouma77/binary_trees

Repository files navigation

C - Binary trees

This is an implementation of binary trees in C

Overview

Binary trees are a fundamental data structure used in computer science for a variety of purposes, such as implementing search algorithms, storing hierarchical data, and creating efficient data structures like heaps and priority queues.

Environment

Suite CRM Suite CRM git distributed version control system Github

Usage

To use this code, you can clone the repository to your local machine and compile it using your C compiler of choice. Here's an example using the GCC compiler:

$ git clone https://github.com/Vickouma77/binary-trees.git
$ cd c-binary-trees
$ gcc -o main binary_tree.c main.c
$ ./main

This will compile the binary tree code and the example program and run the example program, which creates a binary tree with some sample data and traverses it using three different methods: inorder, preorder, and postorder traversal.

About

binary trees

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages