@@ -1,3 +1,7 @@
+// Binary Search Tree implementation using zybooks algorithms
+//
+// Rafael Arce Nazario 2019
+
#define CATCH_CONFIG_MAIN // This tells Catch to provide a main() - only do this in one cpp file
#include "catch.hpp"
#include <queue>