Cite This Page
Bibliographic details for Palindrome pairs
- Page name: Palindrome pairs
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 28 July 2018 14:38 UTC
- Date retrieved: 24 March 2023 06:11 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Palindrome_pairs&oldid=283542
- Page Version ID: 283542
Citation styles for Palindrome pairs
APA style
Palindrome pairs. (2018, July 28). Rosetta Code, . Retrieved 06:11, March 24, 2023 from https://rosettacode.org/w/index.php?title=Palindrome_pairs&oldid=283542.
MLA style
"Palindrome pairs." Rosetta Code, . 28 Jul 2018, 14:38 UTC. 24 Mar 2023, 06:11 <https://rosettacode.org/w/index.php?title=Palindrome_pairs&oldid=283542>.
MHRA style
Rosetta Code contributors, 'Palindrome pairs', Rosetta Code, , 28 July 2018, 14:38 UTC, <https://rosettacode.org/w/index.php?title=Palindrome_pairs&oldid=283542> [accessed 24 March 2023]
Chicago style
Rosetta Code contributors, "Palindrome pairs," Rosetta Code, , https://rosettacode.org/w/index.php?title=Palindrome_pairs&oldid=283542 (accessed March 24, 2023).
CBE/CSE style
Rosetta Code contributors. Palindrome pairs [Internet]. Rosetta Code, ; 2018 Jul 28, 14:38 UTC [cited 2023 Mar 24]. Available from: https://rosettacode.org/w/index.php?title=Palindrome_pairs&oldid=283542.
Bluebook style
Palindrome pairs, https://rosettacode.org/w/index.php?title=Palindrome_pairs&oldid=283542 (last visited March 24, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Palindrome pairs --- Rosetta Code{,} ", year = "2018", url = "https://rosettacode.org/w/index.php?title=Palindrome_pairs&oldid=283542", note = "[Online; accessed 24-March-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 = "Palindrome pairs --- Rosetta Code{,} ", year = "2018", url = "\url{https://rosettacode.org/w/index.php?title=Palindrome_pairs&oldid=283542}", note = "[Online; accessed 24-March-2023]" }