Monday, February 13, 2012

SELECTION SORT

is a sorting algorithm, specifically an in-place comparison sort. It has O(n2) time complexity, making it inefficient on large lists, and generally performs worse than the similar insertion sort

This is example of  selection sort.
She is arrange her clothes..

No comments:

Post a Comment