diff options
| author | 0scar <qgt268@alumni.ku.dk> | 2021-10-08 13:13:02 +0000 |
|---|---|---|
| committer | 0scar <qgt268@alumni.ku.dk> | 2021-10-08 13:13:02 +0000 |
| commit | 975fb4ee2a87bed3c1da1643e930f8273674a7b4 (patch) | |
| tree | b62edc50ce73d49c5fc79287653939311143fbde /README.md | |
| parent | f5574373c6a499659bd4a0ca11c1f8484c7b02be (diff) | |
Update readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -21,3 +21,26 @@ todo ## Usage todo + + +# Progress + +## Naive + +* [x] Searching +* [x] Insertion +* [ ] Deletion + + +## Flat-sequential + +* [ ] Searching +* [ ] Insertion +* [ ] Deletion + + +## Parallel + +* [ ] Searching +* [ ] Insertion +* [ ] Deletion |
