Skip to content

[sorting] added flash sort algorithm #21

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

Closed
wants to merge 1 commit into from

Conversation

gastonche
Copy link
Contributor

Flashsort is a distribution sorting algorithm showing linear computational complexity O(n) for uniformly distributed data sets and relatively little additional memory requirement. The original work was published in 1998 by Karl-Dietrich Neubert. The basic idea behind flashsort is that in a data set with a known distribution, it is easy to immediately estimate where an element should be placed after sorting when the range of the set is known.

@abranhe
Copy link
Member

abranhe commented Oct 2, 2018

Thank you for contributing to @AllAlgorithms, your pr got merged! ✨

Make sure that you ⭐️ the project 🤓, and continue helping us! img

We are happy to merge your pull request but first, it needs to fix:

  • remove .gitignore
  • remove docs (sorting/README.md) all docs for algorithms should be added to AllAlgorithms/algorithms (you should open a pull request there ;))

we are waiting for your changes

@gastonche
Copy link
Contributor Author

Okay, Will do that pretty soon @abranhe

@abranhe abranhe closed this Oct 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy