Rafael Arce Nazario 4 gadus atpakaļ
vecāks
revīzija
4397f2b202
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 4
    0
      main.cpp

+ 4
- 0
main.cpp Parādīt failu

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