Selection sort is an in-place comparison sorting algorithm. Selection
sort is among the simplest of sorting techniques and it work very well
for small data. Selection sort has a quite important application because
each item is actually moved at most once, Section sort is a method of
choice for sorting files with very large records and small keys.
Click here for Selection algorithm with programming example in C & Java
Comments
Post a Comment