Cite This Page
Bibliographic details for Linked list
- Page name: Linked list
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 14 November 2018 23:36 UTC
- Date retrieved: 7 February 2023 02:21 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Linked_list&oldid=27683
- Page Version ID: 27683
Citation styles for Linked list
APA style
Linked list. (2018, November 14). Rosetta Code, . Retrieved 02:21, February 7, 2023 from https://rosettacode.org/w/index.php?title=Linked_list&oldid=27683.
MLA style
"Linked list." Rosetta Code, . 14 Nov 2018, 23:36 UTC. 7 Feb 2023, 02:21 <https://rosettacode.org/w/index.php?title=Linked_list&oldid=27683>.
MHRA style
Rosetta Code contributors, 'Linked list', Rosetta Code, , 14 November 2018, 23:36 UTC, <https://rosettacode.org/w/index.php?title=Linked_list&oldid=27683> [accessed 7 February 2023]
Chicago style
Rosetta Code contributors, "Linked list," Rosetta Code, , https://rosettacode.org/w/index.php?title=Linked_list&oldid=27683 (accessed February 7, 2023).
CBE/CSE style
Rosetta Code contributors. Linked list [Internet]. Rosetta Code, ; 2018 Nov 14, 23:36 UTC [cited 2023 Feb 7]. Available from: https://rosettacode.org/w/index.php?title=Linked_list&oldid=27683.
Bluebook style
Linked list, https://rosettacode.org/w/index.php?title=Linked_list&oldid=27683 (last visited February 7, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Linked list --- Rosetta Code{,} ", year = "2018", url = "https://rosettacode.org/w/index.php?title=Linked_list&oldid=27683", note = "[Online; accessed 7-February-2023]" }
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 = "Rosetta Code", title = "Linked list --- Rosetta Code{,} ", year = "2018", url = "\url{https://rosettacode.org/w/index.php?title=Linked_list&oldid=27683}", note = "[Online; accessed 7-February-2023]" }