Cite This Page
Bibliographic details for Sorting algorithms/Shell sort
- Page name: Sorting algorithms/Shell sort
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 16 January 2025 21:06 UTC
- Date retrieved: 19 May 2025 08:44 UTC
- Permanent URL: https://rosettacode.org/wiki/Sorting_algorithms/Shell_sort?oldid=375808
- Page Version ID: 375808
Citation styles for Sorting algorithms/Shell sort
APA style
Sorting algorithms/Shell sort. (2025, January 16). Rosetta Code. Retrieved 08:44, May 19, 2025 from https://rosettacode.org/wiki/Sorting_algorithms/Shell_sort?oldid=375808.
MLA style
"Sorting algorithms/Shell sort." Rosetta Code. 16 Jan 2025, 21:06 UTC. 19 May 2025, 08:44 <https://rosettacode.org/wiki/Sorting_algorithms/Shell_sort?oldid=375808>.
MHRA style
Rosetta Code contributors, 'Sorting algorithms/Shell sort', Rosetta Code, 16 January 2025, 21:06 UTC, <https://rosettacode.org/wiki/Sorting_algorithms/Shell_sort?oldid=375808> [accessed 19 May 2025]
Chicago style
Rosetta Code contributors, "Sorting algorithms/Shell sort," Rosetta Code, https://rosettacode.org/wiki/Sorting_algorithms/Shell_sort?oldid=375808 (accessed May 19, 2025).
CBE/CSE style
Rosetta Code contributors. Sorting algorithms/Shell sort [Internet]. Rosetta Code; 2025 Jan 16, 21:06 UTC [cited 2025 May 19]. Available from: https://rosettacode.org/wiki/Sorting_algorithms/Shell_sort?oldid=375808.
Bluebook style
Sorting algorithms/Shell sort, https://rosettacode.org/wiki/Sorting_algorithms/Shell_sort?oldid=375808 (last visited May 19, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Sorting algorithms/Shell sort --- Rosetta Code{,} ", year = "2025", url = "https://rosettacode.org/wiki/Sorting_algorithms/Shell_sort?oldid=375808", note = "[Online; accessed 19-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/Shell sort --- Rosetta Code{,} ", year = "2025", url = "\url{https://rosettacode.org/wiki/Sorting_algorithms/Shell_sort?oldid=375808}", note = "[Online; accessed 19-May-2025]" }