Cite This Page
Bibliographic details for Blog articles/Algorithms
- Page name: Blog articles/Algorithms
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 11 December 2008 22:07 UTC
- Date retrieved: 12 August 2022 12:16 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Blog_articles/Algorithms&oldid=24674
- Page Version ID: 24674
Citation styles for Blog articles/Algorithms
APA style
Blog articles/Algorithms. (2008, December 11). HaskellWiki, . Retrieved 12:16, August 12, 2022 from https://wiki.haskell.org/index.php?title=Blog_articles/Algorithms&oldid=24674.
MLA style
"Blog articles/Algorithms." HaskellWiki, . 11 Dec 2008, 22:07 UTC. 12 Aug 2022, 12:16 <https://wiki.haskell.org/index.php?title=Blog_articles/Algorithms&oldid=24674>.
MHRA style
HaskellWiki contributors, 'Blog articles/Algorithms', HaskellWiki, , 11 December 2008, 22:07 UTC, <https://wiki.haskell.org/index.php?title=Blog_articles/Algorithms&oldid=24674> [accessed 12 August 2022]
Chicago style
HaskellWiki contributors, "Blog articles/Algorithms," HaskellWiki, , https://wiki.haskell.org/index.php?title=Blog_articles/Algorithms&oldid=24674 (accessed August 12, 2022).
CBE/CSE style
HaskellWiki contributors. Blog articles/Algorithms [Internet]. HaskellWiki, ; 2008 Dec 11, 22:07 UTC [cited 2022 Aug 12]. Available from: https://wiki.haskell.org/index.php?title=Blog_articles/Algorithms&oldid=24674.
Bluebook style
Blog articles/Algorithms, https://wiki.haskell.org/index.php?title=Blog_articles/Algorithms&oldid=24674 (last visited August 12, 2022).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Blog articles/Algorithms --- HaskellWiki{,} ", year = "2008", url = "https://wiki.haskell.org/index.php?title=Blog_articles/Algorithms&oldid=24674", note = "[Online; accessed 12-August-2022]" }
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 = "Blog articles/Algorithms --- HaskellWiki{,} ", year = "2008", url = "\url{https://wiki.haskell.org/index.php?title=Blog_articles/Algorithms&oldid=24674}", note = "[Online; accessed 12-August-2022]" }