Cite This Page
Bibliographic details for Edit distance
- Page name: Edit distance
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 8 February 2010 13:46 UTC
- Date retrieved: 4 December 2024 07:02 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Edit_distance&oldid=33530
- Page Version ID: 33530
Citation styles for Edit distance
APA style
Edit distance. (2010, February 8). HaskellWiki. Retrieved 07:02, December 4, 2024 from https://wiki.haskell.org/index.php?title=Edit_distance&oldid=33530.
MLA style
"Edit distance." HaskellWiki. 8 Feb 2010, 13:46 UTC. 4 Dec 2024, 07:02 <https://wiki.haskell.org/index.php?title=Edit_distance&oldid=33530>.
MHRA style
HaskellWiki contributors, 'Edit distance', HaskellWiki, 8 February 2010, 13:46 UTC, <https://wiki.haskell.org/index.php?title=Edit_distance&oldid=33530> [accessed 4 December 2024]
Chicago style
HaskellWiki contributors, "Edit distance," HaskellWiki, https://wiki.haskell.org/index.php?title=Edit_distance&oldid=33530 (accessed December 4, 2024).
CBE/CSE style
HaskellWiki contributors. Edit distance [Internet]. HaskellWiki; 2010 Feb 8, 13:46 UTC [cited 2024 Dec 4]. Available from: https://wiki.haskell.org/index.php?title=Edit_distance&oldid=33530.
Bluebook style
Edit distance, https://wiki.haskell.org/index.php?title=Edit_distance&oldid=33530 (last visited December 4, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Edit distance --- HaskellWiki{,} ", year = "2010", url = "https://wiki.haskell.org/index.php?title=Edit_distance&oldid=33530", note = "[Online; accessed 4-December-2024]" }
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 = "Edit distance --- HaskellWiki{,} ", year = "2010", url = "\url{https://wiki.haskell.org/index.php?title=Edit_distance&oldid=33530}", note = "[Online; accessed 4-December-2024]" }