Skip to content
/ AA-Tree Public
forked from JuYanYan/AA-Tree

AATree, Binary Balanced Search Tree. Modified for structures.

Notifications You must be signed in to change notification settings

tvrfan/AA-Tree

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AA-Tree

Binary Balanced Search Tree. Simple code with recursion.
This is a fork of JuYanYan/AA-Tree, then modified to use STRUCT data structures, each in its own tree.

It requires each structure to begin with NODE declaration, so saves a data pointer, and makes code a library where any declared struct can be used and retrieved without extra code. It changes so that there is a TREE structure which contains the root node and subroutines for print and compare to allow different sturctures to be handled in same code

About

AATree, Binary Balanced Search Tree. Modified for structures.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.1%
  • C 6.9%