8000 Updated Bubble Sort description by lostatseajoshua · Pull Request #186 · kodecocodes/swift-algorithm-club · GitHub
[go: up one dir, main page]

Skip to content

Updated Bubble Sort description #186

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 2 commits into from
Aug 22, 2016
Merged

Updated Bubble Sort description #186

merged 2 commits into from
Aug 22, 2016

Conversation

lostatseajoshua
Copy link
Contributor

PR Changes

Added the runtime, memory and a better description of bubble sort. The implementation was not added but it is good to know the concept.

Discussion

Even if the algorithm is "horrible" a description of it should be added for developers to grasp the concept of bubble sort. Bubble sort is a very common sorting technique taught when beginning to learn sorting algorithms. I do believe the algorithm should be implemented and shown but that is a change for another day.

Added the runtime, memory and a better description of bubble sort. The implementation was not added but it is good to know the concept.
@hollance
Copy link
Member

Bubble sort is a very common sorting technique taught when beginning to learn sorting algorithms.

Yes, and in my opinion it shouldn't be. ;-)

@lostatseajoshua
Copy link
Contributor Author

Haha yeah true, it teaches a brute force approach. That is why I just added a description of the algorithm and no implementation keeping with what was implemented before. @hollance

@kelvinlauKL kelvinlauKL merged commit 83fbcc3 into kodecocodes:master Aug 22, 2016
@lostatseajoshua lostatseajoshua deleted the patch-1 branch January 30, 2017 04:53
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.

3 participants
0