Skip to content
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

Fully implement the remaining algorithms #33

Closed
4 tasks done
tcbrindle opened this issue Sep 5, 2018 · 0 comments
Closed
4 tasks done

Fully implement the remaining algorithms #33

tcbrindle opened this issue Sep 5, 2018 · 0 comments

Comments

@tcbrindle
Copy link
Owner

tcbrindle commented Sep 5, 2018

A small number of algorithms are still implemented as wrappers around the existing standard library versions. These are:

  • nth_element
  • stable_sort
  • stable_partition
  • inplace_merge

The last three are particularly tricky as they require the use temporary storage, falling back to a slower algorithm if extra memory is not available.

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

No branches or pull requests

1 participant