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