Cite This Page
Bibliographic details for Graham Scan Implementation
- Page name: Graham Scan Implementation
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 14 August 2021 03:42 UTC
- Date retrieved: 14 January 2025 20:54 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Graham_Scan_Implementation&oldid=64702
- Page Version ID: 64702
Citation styles for Graham Scan Implementation
APA style
Graham Scan Implementation. (2021, August 14). HaskellWiki. Retrieved 20:54, January 14, 2025 from https://wiki.haskell.org/index.php?title=Graham_Scan_Implementation&oldid=64702.
MLA style
"Graham Scan Implementation." HaskellWiki. 14 Aug 2021, 03:42 UTC. 14 Jan 2025, 20:54 <https://wiki.haskell.org/index.php?title=Graham_Scan_Implementation&oldid=64702>.
MHRA style
HaskellWiki contributors, 'Graham Scan Implementation', HaskellWiki, 14 August 2021, 03:42 UTC, <https://wiki.haskell.org/index.php?title=Graham_Scan_Implementation&oldid=64702> [accessed 14 January 2025]
Chicago style
HaskellWiki contributors, "Graham Scan Implementation," HaskellWiki, https://wiki.haskell.org/index.php?title=Graham_Scan_Implementation&oldid=64702 (accessed January 14, 2025).
CBE/CSE style
HaskellWiki contributors. Graham Scan Implementation [Internet]. HaskellWiki; 2021 Aug 14, 03:42 UTC [cited 2025 Jan 14]. Available from: https://wiki.haskell.org/index.php?title=Graham_Scan_Implementation&oldid=64702.
Bluebook style
Graham Scan Implementation, https://wiki.haskell.org/index.php?title=Graham_Scan_Implementation&oldid=64702 (last visited January 14, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Graham Scan Implementation --- HaskellWiki{,} ", year = "2021", url = "https://wiki.haskell.org/index.php?title=Graham_Scan_Implementation&oldid=64702", note = "[Online; accessed 14-January-2025]" }
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 = "Graham Scan Implementation --- HaskellWiki{,} ", year = "2021", url = "\url{https://wiki.haskell.org/index.php?title=Graham_Scan_Implementation&oldid=64702}", note = "[Online; accessed 14-January-2025]" }