Add 'Works in progress'

master
Archivist hace 4 años
padre
commit
c88c7cd006
Se han modificado 1 ficheros con 21 adiciones y 0 borrados
  1. +21
    -0
      Works-in-progress.md

+ 21
- 0
Works-in-progress.md

@ -0,0 +1,21 @@
- [ ] Algorithm library
- Non allocating
- [ ] `sort`
- [ ] `stable_sort`
- [ ] `partition`
- [ ] `stable_partition`
- [ ] `minmax`
- [ ] `minmax_element`
- [ ] `is_permutation`
- [ ] `next_permutation`
- [ ] `prev_permutation`
- [ ] `make_heap`
- [ ] `push_heap`
- [ ] `lower_bound`
- [ ] `upper_bound`
- [ ] `binary_search`
- [ ] `includes`
- [ ] `equal`
- [ ] `lexicographical_compare` (using 3-way comparisons)
- [ ] `includes`

Cargando…
Cancelar
Guardar