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