Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/morwenn/sorting-algorithms-proposal


https://github.com/morwenn/sorting-algorithms-proposal

Last synced: about 1 month ago
JSON representation

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