Cite This Page
Bibliographic details for Sorting
- Page name: Sorting
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 15 July 2020 08:31 UTC
- Date retrieved: 15 February 2025 09:46 UTC
- Permanent URL: https://rosettacode.org/wiki/Sorting?oldid=9349
- Page Version ID: 9349
Citation styles for Sorting
APA style
Sorting. (2020, July 15). Rosetta Code. Retrieved 09:46, February 15, 2025 from https://rosettacode.org/wiki/Sorting?oldid=9349.
MLA style
"Sorting." Rosetta Code. 15 Jul 2020, 08:31 UTC. 15 Feb 2025, 09:46 <https://rosettacode.org/wiki/Sorting?oldid=9349>.
MHRA style
Rosetta Code contributors, 'Sorting', Rosetta Code, 15 July 2020, 08:31 UTC, <https://rosettacode.org/wiki/Sorting?oldid=9349> [accessed 15 February 2025]
Chicago style
Rosetta Code contributors, "Sorting," Rosetta Code, https://rosettacode.org/wiki/Sorting?oldid=9349 (accessed February 15, 2025).
CBE/CSE style
Rosetta Code contributors. Sorting [Internet]. Rosetta Code; 2020 Jul 15, 08:31 UTC [cited 2025 Feb 15]. Available from: https://rosettacode.org/wiki/Sorting?oldid=9349.
Bluebook style
Sorting, https://rosettacode.org/wiki/Sorting?oldid=9349 (last visited February 15, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Sorting --- Rosetta Code{,} ", year = "2020", url = "https://rosettacode.org/wiki/Sorting?oldid=9349", note = "[Online; accessed 15-February-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 --- Rosetta Code{,} ", year = "2020", url = "\url{https://rosettacode.org/wiki/Sorting?oldid=9349}", note = "[Online; accessed 15-February-2025]" }