Cite This Page
Bibliographic details for Exactly three adjacent 3 in lists
- Page name: Exactly three adjacent 3 in lists
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 27 October 2024 02:05 UTC
- Date retrieved: 25 April 2025 21:54 UTC
- Permanent URL: https://rosettacode.org/wiki/Exactly_three_adjacent_3_in_lists?oldid=372237
- Page Version ID: 372237
Citation styles for Exactly three adjacent 3 in lists
APA style
Exactly three adjacent 3 in lists. (2024, October 27). Rosetta Code. Retrieved 21:54, April 25, 2025 from https://rosettacode.org/wiki/Exactly_three_adjacent_3_in_lists?oldid=372237.
MLA style
"Exactly three adjacent 3 in lists." Rosetta Code. 27 Oct 2024, 02:05 UTC. 25 Apr 2025, 21:54 <https://rosettacode.org/wiki/Exactly_three_adjacent_3_in_lists?oldid=372237>.
MHRA style
Rosetta Code contributors, 'Exactly three adjacent 3 in lists', Rosetta Code, 27 October 2024, 02:05 UTC, <https://rosettacode.org/wiki/Exactly_three_adjacent_3_in_lists?oldid=372237> [accessed 25 April 2025]
Chicago style
Rosetta Code contributors, "Exactly three adjacent 3 in lists," Rosetta Code, https://rosettacode.org/wiki/Exactly_three_adjacent_3_in_lists?oldid=372237 (accessed April 25, 2025).
CBE/CSE style
Rosetta Code contributors. Exactly three adjacent 3 in lists [Internet]. Rosetta Code; 2024 Oct 27, 02:05 UTC [cited 2025 Apr 25]. Available from: https://rosettacode.org/wiki/Exactly_three_adjacent_3_in_lists?oldid=372237.
Bluebook style
Exactly three adjacent 3 in lists, https://rosettacode.org/wiki/Exactly_three_adjacent_3_in_lists?oldid=372237 (last visited April 25, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Exactly three adjacent 3 in lists --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Exactly_three_adjacent_3_in_lists?oldid=372237", 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 = "Exactly three adjacent 3 in lists --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Exactly_three_adjacent_3_in_lists?oldid=372237}", note = "[Online; accessed 25-April-2025]" }