Cite This Page
Bibliographic details for Sorting algorithms/Strand sort
- Page name: Sorting algorithms/Strand sort
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 23 April 2025 15:11 UTC
- Date retrieved: 18 May 2025 13:34 UTC
- Permanent URL: https://rosettacode.org/wiki/Sorting_algorithms/Strand_sort?oldid=379762
- Page Version ID: 379762
Citation styles for Sorting algorithms/Strand sort
APA style
Sorting algorithms/Strand sort. (2025, April 23). Rosetta Code. Retrieved 13:34, May 18, 2025 from https://rosettacode.org/wiki/Sorting_algorithms/Strand_sort?oldid=379762.
MLA style
"Sorting algorithms/Strand sort." Rosetta Code. 23 Apr 2025, 15:11 UTC. 18 May 2025, 13:34 <https://rosettacode.org/wiki/Sorting_algorithms/Strand_sort?oldid=379762>.
MHRA style
Rosetta Code contributors, 'Sorting algorithms/Strand sort', Rosetta Code, 23 April 2025, 15:11 UTC, <https://rosettacode.org/wiki/Sorting_algorithms/Strand_sort?oldid=379762> [accessed 18 May 2025]
Chicago style
Rosetta Code contributors, "Sorting algorithms/Strand sort," Rosetta Code, https://rosettacode.org/wiki/Sorting_algorithms/Strand_sort?oldid=379762 (accessed May 18, 2025).
CBE/CSE style
Rosetta Code contributors. Sorting algorithms/Strand sort [Internet]. Rosetta Code; 2025 Apr 23, 15:11 UTC [cited 2025 May 18]. Available from: https://rosettacode.org/wiki/Sorting_algorithms/Strand_sort?oldid=379762.
Bluebook style
Sorting algorithms/Strand sort, https://rosettacode.org/wiki/Sorting_algorithms/Strand_sort?oldid=379762 (last visited May 18, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Sorting algorithms/Strand sort --- Rosetta Code{,} ", year = "2025", url = "https://rosettacode.org/wiki/Sorting_algorithms/Strand_sort?oldid=379762", note = "[Online; accessed 18-May-2025]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "Rosetta Code", title = "Sorting algorithms/Strand sort --- Rosetta Code{,} ", year = "2025", url = "\url{https://rosettacode.org/wiki/Sorting_algorithms/Strand_sort?oldid=379762}", note = "[Online; accessed 18-May-2025]" }