* @brief The stoogeSort() function is used for sorting the array. * @param L - vector of values (int) to be sorted in in place (ascending order) * @param i - the first index of the array (0) * @param j - the last index of the array (L.size() - 1) * @returns void */