Question 11 Given array of length n, having element 0 to n-1.you are allowed to swap adjacent element only if Absolute difference of two element is equal to 1.Is it possible to sort array.If yes print sorted output. Previous Next