Quote:
Originally Posted by pankaj.sea
Follow The Following Pseudo Code :
Procedure 1:
MIN(A, K, N, LOC)
An Array A is in memory. This procedure finds the location LOC of the smallest element among A[K], A[K+1],...,A[N]
Procedure 2:
FUNCTION (A,N)
What is the function of procedure 2?

No doubt it is a pseudo code of "selection sort"