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