Cite This Page
Bibliographic details for Counting sort
- Page name: Counting sort
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 6 February 2010 12:55 UTC
- Date retrieved: 25 March 2025 12:47 UTC
- Permanent URL: https://rosettacode.org/wiki/Counting_sort?oldid=138154
- Page Version ID: 138154
Citation styles for Counting sort
APA style
Counting sort. (2010, February 6). Rosetta Code. Retrieved 12:47, March 25, 2025 from https://rosettacode.org/wiki/Counting_sort?oldid=138154.
MLA style
"Counting sort." Rosetta Code. 6 Feb 2010, 12:55 UTC. 25 Mar 2025, 12:47 <https://rosettacode.org/wiki/Counting_sort?oldid=138154>.
MHRA style
Rosetta Code contributors, 'Counting sort', Rosetta Code, 6 February 2010, 12:55 UTC, <https://rosettacode.org/wiki/Counting_sort?oldid=138154> [accessed 25 March 2025]
Chicago style
Rosetta Code contributors, "Counting sort," Rosetta Code, https://rosettacode.org/wiki/Counting_sort?oldid=138154 (accessed March 25, 2025).
CBE/CSE style
Rosetta Code contributors. Counting sort [Internet]. Rosetta Code; 2010 Feb 6, 12:55 UTC [cited 2025 Mar 25]. Available from: https://rosettacode.org/wiki/Counting_sort?oldid=138154.
Bluebook style
Counting sort, https://rosettacode.org/wiki/Counting_sort?oldid=138154 (last visited March 25, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Counting sort --- Rosetta Code{,} ", year = "2010", url = "https://rosettacode.org/wiki/Counting_sort?oldid=138154", note = "[Online; accessed 25-March-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 = "Counting sort --- Rosetta Code{,} ", year = "2010", url = "\url{https://rosettacode.org/wiki/Counting_sort?oldid=138154}", note = "[Online; accessed 25-March-2025]" }