Skip to content

leoCamilo/RedBlackTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#RedBlackTree This project is a implementation of red black tree in c++

this struct was implemented in two diferent ways, memory version, and file version.

to call the executable use this commands arguments: file.exe [tree_path] [input_path] [search path]

example: data/my_tree.bin data/input.txt data/search.txt

About

A c++ implementation of red black tree struct in memory and file versions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages