Skip to content

dmitru/red-black-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Red-Black Trees

Task

The first task in fourth semester of programming course at my uni. The task was to implement a data structure in C, and I picked red-black trees.

Requirements

  • Automatic building, i.e. via make
  • Automatic testing, I opted for Google Test famework
  • Line coverage should be at least 95%
  • No memory leaks, valgrind must be quiet as a lamb

Notes

I also wrote a program that dumps the tree in Graphviz dot format, so they could be neatly visualized - it helped me with debugging a lot!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published