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: 16 October 2022 10:25 UTC
- Date retrieved: 7 February 2023 09:21 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Exactly_three_adjacent_3_in_lists&oldid=331807
- Page Version ID: 331807
Citation styles for Exactly three adjacent 3 in lists
APA style
Exactly three adjacent 3 in lists. (2022, October 16). Rosetta Code, . Retrieved 09:21, February 7, 2023 from https://rosettacode.org/w/index.php?title=Exactly_three_adjacent_3_in_lists&oldid=331807.
MLA style
"Exactly three adjacent 3 in lists." Rosetta Code, . 16 Oct 2022, 10:25 UTC. 7 Feb 2023, 09:21 <https://rosettacode.org/w/index.php?title=Exactly_three_adjacent_3_in_lists&oldid=331807>.
MHRA style
Rosetta Code contributors, 'Exactly three adjacent 3 in lists', Rosetta Code, , 16 October 2022, 10:25 UTC, <https://rosettacode.org/w/index.php?title=Exactly_three_adjacent_3_in_lists&oldid=331807> [accessed 7 February 2023]
Chicago style
Rosetta Code contributors, "Exactly three adjacent 3 in lists," Rosetta Code, , https://rosettacode.org/w/index.php?title=Exactly_three_adjacent_3_in_lists&oldid=331807 (accessed February 7, 2023).
CBE/CSE style
Rosetta Code contributors. Exactly three adjacent 3 in lists [Internet]. Rosetta Code, ; 2022 Oct 16, 10:25 UTC [cited 2023 Feb 7]. Available from: https://rosettacode.org/w/index.php?title=Exactly_three_adjacent_3_in_lists&oldid=331807.
Bluebook style
Exactly three adjacent 3 in lists, https://rosettacode.org/w/index.php?title=Exactly_three_adjacent_3_in_lists&oldid=331807 (last visited February 7, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Exactly three adjacent 3 in lists --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/w/index.php?title=Exactly_three_adjacent_3_in_lists&oldid=331807", note = "[Online; accessed 7-February-2023]" }
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 = "2022", url = "\url{https://rosettacode.org/w/index.php?title=Exactly_three_adjacent_3_in_lists&oldid=331807}", note = "[Online; accessed 7-February-2023]" }