leoCamilo / RedBlackTree

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#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


Languages

Language:C++ 100.0%