Description: Given an array A[1, n] of n ≥ 1 integers the problem is to rearrange the elements of A
so that the resulting array is ordered (or sorted), that is, A[1] ≤ A[2] ≤ ∙ ∙ ∙ A[n].
: The program uses the file descriptors to take input array from input file
and to give the resultant index and comparisons onto an output file.
To Search:
File list (Check if you may need any files):
imsort.c