Cite This Page
Bibliographic details for Birthday problem
- Page name: Birthday problem
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 5 December 2024 07:34 UTC
- Date retrieved: 26 March 2025 04:04 UTC
- Permanent URL: https://rosettacode.org/wiki/Birthday_problem?oldid=374117
- Page Version ID: 374117
Citation styles for Birthday problem
APA style
Birthday problem. (2024, December 5). Rosetta Code. Retrieved 04:04, March 26, 2025 from https://rosettacode.org/wiki/Birthday_problem?oldid=374117.
MLA style
"Birthday problem." Rosetta Code. 5 Dec 2024, 07:34 UTC. 26 Mar 2025, 04:04 <https://rosettacode.org/wiki/Birthday_problem?oldid=374117>.
MHRA style
Rosetta Code contributors, 'Birthday problem', Rosetta Code, 5 December 2024, 07:34 UTC, <https://rosettacode.org/wiki/Birthday_problem?oldid=374117> [accessed 26 March 2025]
Chicago style
Rosetta Code contributors, "Birthday problem," Rosetta Code, https://rosettacode.org/wiki/Birthday_problem?oldid=374117 (accessed March 26, 2025).
CBE/CSE style
Rosetta Code contributors. Birthday problem [Internet]. Rosetta Code; 2024 Dec 5, 07:34 UTC [cited 2025 Mar 26]. Available from: https://rosettacode.org/wiki/Birthday_problem?oldid=374117.
Bluebook style
Birthday problem, https://rosettacode.org/wiki/Birthday_problem?oldid=374117 (last visited March 26, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Birthday problem --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Birthday_problem?oldid=374117", note = "[Online; accessed 26-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 = "Birthday problem --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Birthday_problem?oldid=374117}", note = "[Online; accessed 26-March-2025]" }