Cite This Page
Bibliographic details for DataStructures
- Page name: DataStructures
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 22 March 2006 21:36 UTC
- Date retrieved: 2 July 2022 21:29 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=DataStructures&oldid=3180
- Page Version ID: 3180
Citation styles for DataStructures
APA style
DataStructures. (2006, March 22). HaskellWiki, . Retrieved 21:29, July 2, 2022 from https://wiki.haskell.org/index.php?title=DataStructures&oldid=3180.
MLA style
"DataStructures." HaskellWiki, . 22 Mar 2006, 21:36 UTC. 2 Jul 2022, 21:29 <https://wiki.haskell.org/index.php?title=DataStructures&oldid=3180>.
MHRA style
HaskellWiki contributors, 'DataStructures', HaskellWiki, , 22 March 2006, 21:36 UTC, <https://wiki.haskell.org/index.php?title=DataStructures&oldid=3180> [accessed 2 July 2022]
Chicago style
HaskellWiki contributors, "DataStructures," HaskellWiki, , https://wiki.haskell.org/index.php?title=DataStructures&oldid=3180 (accessed July 2, 2022).
CBE/CSE style
HaskellWiki contributors. DataStructures [Internet]. HaskellWiki, ; 2006 Mar 22, 21:36 UTC [cited 2022 Jul 2]. Available from: https://wiki.haskell.org/index.php?title=DataStructures&oldid=3180.
Bluebook style
DataStructures, https://wiki.haskell.org/index.php?title=DataStructures&oldid=3180 (last visited July 2, 2022).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "DataStructures --- HaskellWiki{,} ", year = "2006", url = "https://wiki.haskell.org/index.php?title=DataStructures&oldid=3180", note = "[Online; accessed 2-July-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 = "DataStructures --- HaskellWiki{,} ", year = "2006", url = "\url{https://wiki.haskell.org/index.php?title=DataStructures&oldid=3180}", note = "[Online; accessed 2-July-2022]" }