Cite This Page
Bibliographic details for Permutations with repetitions
- Page name: Permutations with repetitions
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 10 October 2024 10:47 UTC
- Date retrieved: 15 January 2025 16:50 UTC
- Permanent URL: https://rosettacode.org/wiki/Permutations_with_repetitions?oldid=371296
- Page Version ID: 371296
Citation styles for Permutations with repetitions
APA style
Permutations with repetitions. (2024, October 10). Rosetta Code. Retrieved 16:50, January 15, 2025 from https://rosettacode.org/wiki/Permutations_with_repetitions?oldid=371296.
MLA style
"Permutations with repetitions." Rosetta Code. 10 Oct 2024, 10:47 UTC. 15 Jan 2025, 16:50 <https://rosettacode.org/wiki/Permutations_with_repetitions?oldid=371296>.
MHRA style
Rosetta Code contributors, 'Permutations with repetitions', Rosetta Code, 10 October 2024, 10:47 UTC, <https://rosettacode.org/wiki/Permutations_with_repetitions?oldid=371296> [accessed 15 January 2025]
Chicago style
Rosetta Code contributors, "Permutations with repetitions," Rosetta Code, https://rosettacode.org/wiki/Permutations_with_repetitions?oldid=371296 (accessed January 15, 2025).
CBE/CSE style
Rosetta Code contributors. Permutations with repetitions [Internet]. Rosetta Code; 2024 Oct 10, 10:47 UTC [cited 2025 Jan 15]. Available from: https://rosettacode.org/wiki/Permutations_with_repetitions?oldid=371296.
Bluebook style
Permutations with repetitions, https://rosettacode.org/wiki/Permutations_with_repetitions?oldid=371296 (last visited January 15, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Permutations with repetitions --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Permutations_with_repetitions?oldid=371296", note = "[Online; accessed 15-January-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 with repetitions --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Permutations_with_repetitions?oldid=371296}", note = "[Online; accessed 15-January-2025]" }