Oses Pageview

Sunday, April 14, 2013

SELECTION SORT ALGORITHM

SELECTION SORT ALGORITHM
This is the simplest among the sorting techniques available. It is an efficient algorithm when sorting a small number of elements. It processes the input elements one-by-one and maintains the solution for the elements processed so far, this is referred to as an incremental algorithm. The selection sort algorithm is inefficient for larger lists. It has performance advantages over more complicated algorithms in certain situations, particularly where
auxiliary memory is limited.


Click Here to Download

No comments:

Post a Comment