I tried to recreate the Mergesort algorithm in C ++, but when compiling, the error "targeting failure" appears. Here is the code below. What can I be doing wrong?
#include <iostream>
using namespace std;
void merge (int *arr, int lo, int...
asked by
12.03.2017 / 04:11