Add 'Works in progress'

master
Archivist 4 年之前
父節點
當前提交
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`

Loading…
取消
儲存