I'm trying to implement the quicksort method, but the code I wrote is not working, someone can help me (it sorts part of the sequence, but some elements are still cluttered).
public static void quick(int v[], int start, int end) {
if (end...
asked by
13.07.2016 / 16:31