This is the Sorting function that iteratively sorts the array @param arr The array/sub-array to be sorted @param start Starting Index to condider for sorting @param length Length of array to sort @param direction Directrion of sorting: 1 for ascending order sort and 0 for descending order
(int[] arr, int start, int length, int direction)
source not stored for this graph (policy: none)
no test coverage detected