diff options
Diffstat (limited to 'references/references.bib')
| -rw-r--r-- | references/references.bib | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/references/references.bib b/references/references.bib index 38244e6..7d2b8a0 100644 --- a/references/references.bib +++ b/references/references.bib @@ -1735,3 +1735,35 @@ keywords = {analytic model, analysis of algorithms, overflow chaining, performan publisher={Elsevier} } +@online{ursa, + title = {Brown Bear Genome, v1}, + url = {https://www.ncbi.nlm.nih.gov/datasets/genome/GCF_023065955.1/}, + year = {2024} +} + + @online{bigann, + title = {BigANN Dataset}, + url = {https://big-ann-benchmarks.com/neurips21.html}, + year = {2024} +} + +@online{english-words, + title = {English Words Dataset}, + url = {https://github.com/dwyl/english-words?tab=readme-ov-file}, + year = {2024} +} + +@article{quickselect, + author = {C. A. R. Hoare}, + title = {Algorithm 65: find}, + journal = {Commun. {ACM}}, + volume = {4}, + number = {7}, + pages = {321--322}, + year = {1961}, + url = {https://doi.org/10.1145/366622.366647}, + doi = {10.1145/366622.366647}, + timestamp = {Fri, 24 Mar 2023 16:31:07 +0100}, + biburl = {https://dblp.org/rec/journals/cacm/Hoare61a.bib}, + bibsource = {dblp computer science bibliography, https://dblp.org} +} |