Skip to content

Commit 8dff803

Browse files
committed
Update README.md with unordered_*
1 parent f1fe3ba commit 8dff803

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ mystd is a stl-like library.
2424
- [x] deque
2525
- [x] on C-array (cyclic buffer)
2626
- [x] list of fixed blocks -> std::deque
27-
- [ ] hash table
27+
- [x] hash table
2828
- [x] hash table on separate chaining -> my::hashtable
29-
- [x] my::unordered_map
30-
- [x] my::unordered_set
31-
- [ ] my::unordered_multimap
32-
- [ ] my::unordered_multiset
29+
- [x] my::unordered_map (todo: should be tested better)
30+
- [x] my::unordered_set (todo: should be tested better)
31+
- [x] my::unordered_multimap (todo: should be tested better)
32+
- [x] my::unordered_multiset (todo: should be tested better)
3333
- [ ] hash table on open addressing
3434
- [ ] trees
3535
- [ ] binary tree

0 commit comments

Comments
 (0)