diff -r 5017e17bb2f1ffc93e7e81423c3d48c55c191570 -r a7b276a4b9fcd794813051bb12e27ba9299920bd cpp/algorithms/src/main.cpp --- a/cpp/algorithms/src/main.cpp Sat Feb 16 22:28:24 2013 -0600 +++ b/cpp/algorithms/src/main.cpp Sat Feb 16 22:28:38 2013 -0600 @@ -1,15 +1,18 @@ #include -#include "InsertSort.h" #include "vector_helper.h" #include #include +#include "InsertSort.h" +#include "MedianSort.h" +#include "QuickSort.h" + using namespace std; int main() { - InsertSort sort1; + QuickSort sort1; //sort1.initContainer(create_vector("test")("test2")); //cout << sort1.ToString(); //vector arr1 = create_vector(