gigug / BST

Binary search trees class implementation in c++ for the advanced programming exam

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BTS

Binary search trees class implementation in c++ for the advanced programming exam

How to compile

Open the folder with makefile and enter make in the terminal, then open the folder tests and run the main_test.x executable.

About

Binary search trees class implementation in c++ for the advanced programming exam


Languages

Language:C++ 98.3%Language:Makefile 1.7%