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