Skip to content
/ tree Public

Simple implementation of a binary tree for studying purposes.

License

Notifications You must be signed in to change notification settings

Fanteria/tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tree data structure

This code is a simple implementation of binary tree data structures in C. Implementation has been created for study purposes, not for real usage. The binary tree is fully implemented, but not optimized. Datatype is implemented as void for easy retype.

Usage

In main.c is an example usage for this code. his function starts menu with options:

  1. Help menu
  2. Insert data
  3. Delete data
  4. Print sorted data
  5. Print graph of tree
  6. Reset iterator
  7. Get first item
  8. Get next item
  9. Print fast test
  10. Exit

These options show of usage of individual functions of implementation.

Compilation

Compilation of this project can be done by make file.

About

Simple implementation of a binary tree for studying purposes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published