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