There was an error while loading. Please reload this page.
1 parent f1fe3ba commit 8dff803Copy full SHA for 8dff803
1 file changed
README.md
@@ -24,12 +24,12 @@ mystd is a stl-like library.
24
- [x] deque
25
- [x] on C-array (cyclic buffer)
26
- [x] list of fixed blocks -> std::deque
27
-- [ ] hash table
+- [x] hash table
28
- [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
+ - [x] my::unordered_map (todo: should be tested better)
+ - [x] my::unordered_set (todo: should be tested better)
+ - [x] my::unordered_multimap (todo: should be tested better)
+ - [x] my::unordered_multiset (todo: should be tested better)
33
- [ ] hash table on open addressing
34
- [ ] trees
35
- [ ] binary tree
0 commit comments