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: 29 December 2022 18:14 UTC
- Date retrieved: 1 April 2023 02:15 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Exactly_three_adjacent_3_in_lists&oldid=334866
- Page Version ID: 334866
Citation styles for Exactly three adjacent 3 in lists
APA style
Exactly three adjacent 3 in lists. (2022, December 29). Rosetta Code, . Retrieved 02:15, April 1, 2023 from https://rosettacode.org/w/index.php?title=Exactly_three_adjacent_3_in_lists&oldid=334866.
MLA style
"Exactly three adjacent 3 in lists." Rosetta Code, . 29 Dec 2022, 18:14 UTC. 1 Apr 2023, 02:15 <https://rosettacode.org/w/index.php?title=Exactly_three_adjacent_3_in_lists&oldid=334866>.
MHRA style
Rosetta Code contributors, 'Exactly three adjacent 3 in lists', Rosetta Code, , 29 December 2022, 18:14 UTC, <https://rosettacode.org/w/index.php?title=Exactly_three_adjacent_3_in_lists&oldid=334866> [accessed 1 April 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=334866 (accessed April 1, 2023).
CBE/CSE style
Rosetta Code contributors. Exactly three adjacent 3 in lists [Internet]. Rosetta Code, ; 2022 Dec 29, 18:14 UTC [cited 2023 Apr 1]. Available from: https://rosettacode.org/w/index.php?title=Exactly_three_adjacent_3_in_lists&oldid=334866.
Bluebook style
Exactly three adjacent 3 in lists, https://rosettacode.org/w/index.php?title=Exactly_three_adjacent_3_in_lists&oldid=334866 (last visited April 1, 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=334866", note = "[Online; accessed 1-April-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=334866}", note = "[Online; accessed 1-April-2023]" }