@ -26,7 +26,7 @@ void insertSort(struct pizza array[SIZE]){
}
else{
temp = array[j];
array[j] = array[i];
array[i] = temp;
i = j;
The note is not visible to the blocked user.