Cite This Page
Bibliographic details for Floyd's cycle-finding algorithm
- Page name: Floyd's cycle-finding algorithm
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 5 February 2019 00:39 UTC
- Date retrieved: 11 December 2019 10:47 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Floyd%27s_cycle-finding_algorithm&oldid=16224
- Page Version ID: 16224
Citation styles for Floyd's cycle-finding algorithm
APA style
Floyd's cycle-finding algorithm. (2019, February 5). HaskellWiki, . Retrieved 10:47, December 11, 2019 from https://wiki.haskell.org/index.php?title=Floyd%27s_cycle-finding_algorithm&oldid=16224.
MLA style
"Floyd's cycle-finding algorithm." HaskellWiki, . 5 Feb 2019, 00:39 UTC. 11 Dec 2019, 10:47 <https://wiki.haskell.org/index.php?title=Floyd%27s_cycle-finding_algorithm&oldid=16224>.
MHRA style
HaskellWiki contributors, 'Floyd's cycle-finding algorithm', HaskellWiki, , 5 February 2019, 00:39 UTC, <https://wiki.haskell.org/index.php?title=Floyd%27s_cycle-finding_algorithm&oldid=16224> [accessed 11 December 2019]
Chicago style
HaskellWiki contributors, "Floyd's cycle-finding algorithm," HaskellWiki, , https://wiki.haskell.org/index.php?title=Floyd%27s_cycle-finding_algorithm&oldid=16224 (accessed December 11, 2019).
CBE/CSE style
HaskellWiki contributors. Floyd's cycle-finding algorithm [Internet]. HaskellWiki, ; 2019 Feb 5, 00:39 UTC [cited 2019 Dec 11]. Available from: https://wiki.haskell.org/index.php?title=Floyd%27s_cycle-finding_algorithm&oldid=16224.
Bluebook style
Floyd's cycle-finding algorithm, https://wiki.haskell.org/index.php?title=Floyd%27s_cycle-finding_algorithm&oldid=16224 (last visited December 11, 2019).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Floyd's cycle-finding algorithm --- HaskellWiki{,} ", year = "2019", url = "https://wiki.haskell.org/index.php?title=Floyd%27s_cycle-finding_algorithm&oldid=16224", note = "[Online; accessed 11-December-2019]" }
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 = "HaskellWiki", title = "Floyd's cycle-finding algorithm --- HaskellWiki{,} ", year = "2019", url = "\url{https://wiki.haskell.org/index.php?title=Floyd%27s_cycle-finding_algorithm&oldid=16224}", note = "[Online; accessed 11-December-2019]" }