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