Skip to content

Conversation

@ghost
Copy link

@ghost ghost commented Feb 27, 2017

使用选择排序,待排序队列中的相同元素可能在排序后位置互换,因此选择排序是不稳定排序。这里的“是表现最稳定的排序算法之一”有歧义

anhongpeng and others added 2 commits February 20, 2017 22:43
使用选择排序,待排序队列中的相同元素可能在排序后位置互换,因此选择排序是不稳定排序。这里的“是表现最稳定的排序算法之一”有歧义
@hustcc hustcc merged commit dcd4745 into hustcc:master Feb 27, 2017
yololippy pushed a commit to yololippy/JS-Sorting-Algorithm that referenced this pull request May 11, 2018
* fix bubbleSort.md

* fix 2.selectionSort.md

使用选择排序,待排序队列中的相同元素可能在排序后位置互换,因此选择排序是不稳定排序。这里的“是表现最稳定的排序算法之一”有歧义
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.

2 participants