Skip to content

zengbs/trees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Binary Search Tree

  • Accommodating the coexistence of identical keys within a single node.

Red-black Tree

  • Accommodating the coexistence of identical keys within a single node.

Memory Leak Validations

The code in this repository have been validated with the command below and confirmed that memory issue is absent.

valgrind --leak-check=full --show-leak-kinds=all --verbose --track-origins=yes --log-file=log ./a.out

Quick Start

  1. git clone git@github.com:zengbs/trees.git
  2. cd binary-serach-tree or cd red-black-tree
  3. make clean
  4. make
  5. ./bin/a.out

About

Implementation of trees in C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published