Cite This Page
Bibliographic details for Sudoku
- Page name: Sudoku
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 9 March 2021 05:40 UTC
- Date retrieved: 20 January 2025 03:04 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Sudoku&oldid=64001
- Page Version ID: 64001
Citation styles for Sudoku
APA style
Sudoku. (2021, March 9). HaskellWiki. Retrieved 03:04, January 20, 2025 from https://wiki.haskell.org/index.php?title=Sudoku&oldid=64001.
MLA style
"Sudoku." HaskellWiki. 9 Mar 2021, 05:40 UTC. 20 Jan 2025, 03:04 <https://wiki.haskell.org/index.php?title=Sudoku&oldid=64001>.
MHRA style
HaskellWiki contributors, 'Sudoku', HaskellWiki, 9 March 2021, 05:40 UTC, <https://wiki.haskell.org/index.php?title=Sudoku&oldid=64001> [accessed 20 January 2025]
Chicago style
HaskellWiki contributors, "Sudoku," HaskellWiki, https://wiki.haskell.org/index.php?title=Sudoku&oldid=64001 (accessed January 20, 2025).
CBE/CSE style
HaskellWiki contributors. Sudoku [Internet]. HaskellWiki; 2021 Mar 9, 05:40 UTC [cited 2025 Jan 20]. Available from: https://wiki.haskell.org/index.php?title=Sudoku&oldid=64001.
Bluebook style
Sudoku, https://wiki.haskell.org/index.php?title=Sudoku&oldid=64001 (last visited January 20, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Sudoku --- HaskellWiki{,} ", year = "2021", url = "https://wiki.haskell.org/index.php?title=Sudoku&oldid=64001", note = "[Online; accessed 20-January-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 = "HaskellWiki", title = "Sudoku --- HaskellWiki{,} ", year = "2021", url = "\url{https://wiki.haskell.org/index.php?title=Sudoku&oldid=64001}", note = "[Online; accessed 20-January-2025]" }