Skip to content

Conversation

yefremov
Copy link
Owner

@yefremov yefremov commented Feb 5, 2017

Selection sort is a simple sorting algorithm. This sorting algorithm is an in-place comparison-based algorithm in which the list is divided into two parts, the sorted part at the left end and the unsorted part at the right end. Initially, the sorted part is empty and the unsorted part is the entire list.

@yefremov yefremov merged commit 9143da7 into master Feb 8, 2017
@yefremov yefremov deleted the selection-sort branch February 8, 2017 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant