Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morwenn/sorting-algorithms-proposal
https://github.com/morwenn/sorting-algorithms-proposal
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/morwenn/sorting-algorithms-proposal
- Owner: Morwenn
- Created: 2015-09-24T15:36:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-22T18:23:55.000Z (almost 9 years ago)
- Last Synced: 2023-03-12T08:57:38.545Z (almost 2 years ago)
- Language: HTML
- Size: 1.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Weakening the iterator category of some standard algorithms
This repository contains a proposal to make the C++ standard library algorithms `std::sort`,
`std::stable_sort` and `std::inplace_merge` work with forward and bidirectional iterators
instead of only working with random-access iterators.The following files are available:
* [P0227R0](P0227R0.pdf)
* [Slides](http://slides.com/morwenn/weakening-the-iterator-categories-of-some-sorting-algorithms/#/) for the WG21 meeting in Jacksonville