Cite This Page
Bibliographic details for Floyd-Warshall algorithm
- Page name: Floyd-Warshall algorithm
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 2 November 2024 08:36 UTC
- Date retrieved: 22 April 2025 15:37 UTC
- Permanent URL: https://rosettacode.org/wiki/Floyd-Warshall_algorithm?oldid=372604
- Page Version ID: 372604
Citation styles for Floyd-Warshall algorithm
APA style
Floyd-Warshall algorithm. (2024, November 2). Rosetta Code. Retrieved 15:37, April 22, 2025 from https://rosettacode.org/wiki/Floyd-Warshall_algorithm?oldid=372604.
MLA style
"Floyd-Warshall algorithm." Rosetta Code. 2 Nov 2024, 08:36 UTC. 22 Apr 2025, 15:37 <https://rosettacode.org/wiki/Floyd-Warshall_algorithm?oldid=372604>.
MHRA style
Rosetta Code contributors, 'Floyd-Warshall algorithm', Rosetta Code, 2 November 2024, 08:36 UTC, <https://rosettacode.org/wiki/Floyd-Warshall_algorithm?oldid=372604> [accessed 22 April 2025]
Chicago style
Rosetta Code contributors, "Floyd-Warshall algorithm," Rosetta Code, https://rosettacode.org/wiki/Floyd-Warshall_algorithm?oldid=372604 (accessed April 22, 2025).
CBE/CSE style
Rosetta Code contributors. Floyd-Warshall algorithm [Internet]. Rosetta Code; 2024 Nov 2, 08:36 UTC [cited 2025 Apr 22]. Available from: https://rosettacode.org/wiki/Floyd-Warshall_algorithm?oldid=372604.
Bluebook style
Floyd-Warshall algorithm, https://rosettacode.org/wiki/Floyd-Warshall_algorithm?oldid=372604 (last visited April 22, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Floyd-Warshall algorithm --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Floyd-Warshall_algorithm?oldid=372604", note = "[Online; accessed 22-April-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 = "Floyd-Warshall algorithm --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Floyd-Warshall_algorithm?oldid=372604}", note = "[Online; accessed 22-April-2025]" }