Cite This Page
Bibliographic details for Memoization
- Page name: Memoization
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 28 April 2014 16:05 UTC
- Date retrieved: 9 March 2021 05:25 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Memoization&oldid=57978
- Page Version ID: 57978
Citation styles for Memoization
APA style
Memoization. (2014, April 28). HaskellWiki, . Retrieved 05:25, March 9, 2021 from https://wiki.haskell.org/index.php?title=Memoization&oldid=57978.
MLA style
"Memoization." HaskellWiki, . 28 Apr 2014, 16:05 UTC. 9 Mar 2021, 05:25 <https://wiki.haskell.org/index.php?title=Memoization&oldid=57978>.
MHRA style
HaskellWiki contributors, 'Memoization', HaskellWiki, , 28 April 2014, 16:05 UTC, <https://wiki.haskell.org/index.php?title=Memoization&oldid=57978> [accessed 9 March 2021]
Chicago style
HaskellWiki contributors, "Memoization," HaskellWiki, , https://wiki.haskell.org/index.php?title=Memoization&oldid=57978 (accessed March 9, 2021).
CBE/CSE style
HaskellWiki contributors. Memoization [Internet]. HaskellWiki, ; 2014 Apr 28, 16:05 UTC [cited 2021 Mar 9]. Available from: https://wiki.haskell.org/index.php?title=Memoization&oldid=57978.
Bluebook style
Memoization, https://wiki.haskell.org/index.php?title=Memoization&oldid=57978 (last visited March 9, 2021).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Memoization --- HaskellWiki{,} ", year = "2014", url = "https://wiki.haskell.org/index.php?title=Memoization&oldid=57978", note = "[Online; accessed 9-March-2021]" }
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 = "Memoization --- HaskellWiki{,} ", year = "2014", url = "\url{https://wiki.haskell.org/index.php?title=Memoization&oldid=57978}", note = "[Online; accessed 9-March-2021]" }