Non-in-place Merge Sort (maybe)Here's my code in case someone else needs to do a merge sort this way: [code] #include <iostream...
Non-in-place Merge Sort (maybe)Fixed it! I had: [quote]right[size-mid] = a[size][/quote] Which has me trying to access an ind...
Non-in-place Merge Sort (maybe)Current version of my code, same issues, more compact/neat: [code]// tester.cpp : Defines the ent...
Non-in-place Merge Sort (maybe)Wait, these values ARE in special places in the array. They are at spots 5 and 10, the last spots in...
Non-in-place Merge Sort (maybe)Got rid of my runtime error and managed to sort the array I passed! Sort of.... The first two elemen...
This user does not accept Private Messages