Add 'Works in progress'

master
Archivist 5 年前
父节点
当前提交
c88c7cd006
共有 1 个文件被更改,包括 21 次插入0 次删除
  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`

正在加载...
取消
保存