Skip to content

Commit bcaae5b

Browse files
committed
Add heapsort reference
1 parent 29a75dc commit bcaae5b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/references/bib.bib

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2660,3 +2660,20 @@ @article{williams:1964a
26602660
volume = {7},
26612661
year = {1964},
26622662
}
2663+
2664+
@article{floyd:1964a,
2665+
abstract = {},
2666+
address = {New York, NY, USA},
2667+
author = {Robert W Floyd},
2668+
doi = {10.1145/355588.365103},
2669+
journal = {Communications of the ACM},
2670+
keywords = {algorithms, sorting, algorithm, heap, heapsort, treesort},
2671+
month = {dec},
2672+
number = {12},
2673+
pages = {701},
2674+
publisher = {Association for Computing Machinery},
2675+
title = {{Algorithm 245: Treesort}},
2676+
url = {https://doi.org/10.1145/355588.365103},
2677+
volume = {7},
2678+
year = {1964},
2679+
}

0 commit comments

Comments
 (0)