Added pytest-jest
Added quickSortHoare (Hoare + Insertion + Tail recursive, which is faster than built-in quickSort in this module)
Now, we can set epoch to test and get average result, (runtime() uses 1 as default, compare() uses 3 as default)
Added compare(function1, function2, case, arrSize): It will compare two functions on given case)
Added built-in goSort
Added QuickSort using tail recursive + insertion sort + heap sort + hoare + median of three killer