-
Notifications
You must be signed in to change notification settings - Fork 2
louiswins/RB-Tree
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
CSE 310 Programming Project #2 - Red-Black trees 15 Nov. 2011 Louis Wilson Prof. Guoliang Xue T/R 1:30 - 2:45 (71410) This program is written using C. To compile, simply type `make' at the command line. This creates an executable called `run'. The program is created using proven information-hiding principles - the header file RBtree_priv.h is only needed to compile the library, and you should only include RBtree.h in your own program. One additional feature implemented was the picture command, `P'. This creates a Scalable Vector Graphics image. It can be converted to a more traditional image format (such as PNG) with another program, such as ImageMagick's `convert'. (See http://www.imagemagick.org/script/index.php.)
About
An implementation of the Red-Black Tree data structure.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published