#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