Cite This Page
Bibliographic details for Sudoku
- Page name: Sudoku
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 23 October 2022 16:45 UTC
- Date retrieved: 29 January 2023 22:35 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Sudoku&oldid=332573
- Page Version ID: 332573
Citation styles for Sudoku
APA style
Sudoku. (2022, October 23). Rosetta Code, . Retrieved 22:35, January 29, 2023 from https://rosettacode.org/w/index.php?title=Sudoku&oldid=332573.
MLA style
"Sudoku." Rosetta Code, . 23 Oct 2022, 16:45 UTC. 29 Jan 2023, 22:35 <https://rosettacode.org/w/index.php?title=Sudoku&oldid=332573>.
MHRA style
Rosetta Code contributors, 'Sudoku', Rosetta Code, , 23 October 2022, 16:45 UTC, <https://rosettacode.org/w/index.php?title=Sudoku&oldid=332573> [accessed 29 January 2023]
Chicago style
Rosetta Code contributors, "Sudoku," Rosetta Code, , https://rosettacode.org/w/index.php?title=Sudoku&oldid=332573 (accessed January 29, 2023).
CBE/CSE style
Rosetta Code contributors. Sudoku [Internet]. Rosetta Code, ; 2022 Oct 23, 16:45 UTC [cited 2023 Jan 29]. Available from: https://rosettacode.org/w/index.php?title=Sudoku&oldid=332573.
Bluebook style
Sudoku, https://rosettacode.org/w/index.php?title=Sudoku&oldid=332573 (last visited January 29, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Sudoku --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/w/index.php?title=Sudoku&oldid=332573", note = "[Online; accessed 29-January-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 = "Sudoku --- Rosetta Code{,} ", year = "2022", url = "\url{https://rosettacode.org/w/index.php?title=Sudoku&oldid=332573}", note = "[Online; accessed 29-January-2023]" }