Cite This Page
Bibliographic details for A* search algorithm
- Page name: A* search algorithm
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 7 April 2024 09:00 UTC
- Date retrieved: 18 May 2025 03:48 UTC
- Permanent URL: https://rosettacode.org/wiki/A*_search_algorithm?oldid=363359
- Page Version ID: 363359
Citation styles for A* search algorithm
APA style
A* search algorithm. (2024, April 7). Rosetta Code. Retrieved 03:48, May 18, 2025 from https://rosettacode.org/wiki/A*_search_algorithm?oldid=363359.
MLA style
"A* search algorithm." Rosetta Code. 7 Apr 2024, 09:00 UTC. 18 May 2025, 03:48 <https://rosettacode.org/wiki/A*_search_algorithm?oldid=363359>.
MHRA style
Rosetta Code contributors, 'A* search algorithm', Rosetta Code, 7 April 2024, 09:00 UTC, <https://rosettacode.org/wiki/A*_search_algorithm?oldid=363359> [accessed 18 May 2025]
Chicago style
Rosetta Code contributors, "A* search algorithm," Rosetta Code, https://rosettacode.org/wiki/A*_search_algorithm?oldid=363359 (accessed May 18, 2025).
CBE/CSE style
Rosetta Code contributors. A* search algorithm [Internet]. Rosetta Code; 2024 Apr 7, 09:00 UTC [cited 2025 May 18]. Available from: https://rosettacode.org/wiki/A*_search_algorithm?oldid=363359.
Bluebook style
A* search algorithm, https://rosettacode.org/wiki/A*_search_algorithm?oldid=363359 (last visited May 18, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "A* search algorithm --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/A*_search_algorithm?oldid=363359", note = "[Online; accessed 18-May-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 = "Rosetta Code", title = "A* search algorithm --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/A*_search_algorithm?oldid=363359}", note = "[Online; accessed 18-May-2025]" }