Skip to content

update #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
May 11, 2018
Merged

update #1

merged 12 commits into from
May 11, 2018

Conversation

idsbllp
Copy link
Owner

@idsbllp idsbllp commented May 11, 2018

No description provided.

bonfy and others added 12 commits February 6, 2017 18:25
* Add go code 1-6

* add 7&8
* Update 6.quickSort.md

update 基于严蔚敏版的js快排, C++版.优化掉swap的操作

* Update 6.quickSort.md

* update lagyout

唔,其实我想表达的重点是优化掉swap这个交换,这里(swap)会增加同排序数量级(O(nlgn))的比较次数和交换次数操作,有点浪费:)

* Update 6.quickSort.md
* fix bubbleSort.md

* fix 2.selectionSort.md

使用选择排序,待排序队列中的相同元素可能在排序后位置互换,因此选择排序是不稳定排序。这里的“是表现最稳定的排序算法之一”有歧义
修正 python selectionSort 实现错误以及格式化代码风格
* 增加 Java 实现

* 精简Java代码目录结构,去掉包名
@idsbllp idsbllp merged commit 668ed83 into idsbllp:master May 11, 2018
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.

9 participants