Cite This Page
Bibliographic details for Doubly-Linked List (element)
- Page name: Doubly-Linked List (element)
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 6 February 2010 13:11 UTC
- Date retrieved: 13 February 2025 18:45 UTC
- Permanent URL: https://rosettacode.org/wiki/Doubly-Linked_List_(element)?oldid=138197
- Page Version ID: 138197
Citation styles for Doubly-Linked List (element)
APA style
Doubly-Linked List (element). (2010, February 6). Rosetta Code. Retrieved 18:45, February 13, 2025 from https://rosettacode.org/wiki/Doubly-Linked_List_(element)?oldid=138197.
MLA style
"Doubly-Linked List (element)." Rosetta Code. 6 Feb 2010, 13:11 UTC. 13 Feb 2025, 18:45 <https://rosettacode.org/wiki/Doubly-Linked_List_(element)?oldid=138197>.
MHRA style
Rosetta Code contributors, 'Doubly-Linked List (element)', Rosetta Code, 6 February 2010, 13:11 UTC, <https://rosettacode.org/wiki/Doubly-Linked_List_(element)?oldid=138197> [accessed 13 February 2025]
Chicago style
Rosetta Code contributors, "Doubly-Linked List (element)," Rosetta Code, https://rosettacode.org/wiki/Doubly-Linked_List_(element)?oldid=138197 (accessed February 13, 2025).
CBE/CSE style
Rosetta Code contributors. Doubly-Linked List (element) [Internet]. Rosetta Code; 2010 Feb 6, 13:11 UTC [cited 2025 Feb 13]. Available from: https://rosettacode.org/wiki/Doubly-Linked_List_(element)?oldid=138197.
Bluebook style
Doubly-Linked List (element), https://rosettacode.org/wiki/Doubly-Linked_List_(element)?oldid=138197 (last visited February 13, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Doubly-Linked List (element) --- Rosetta Code{,} ", year = "2010", url = "https://rosettacode.org/wiki/Doubly-Linked_List_(element)?oldid=138197", note = "[Online; accessed 13-February-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 = "Rosetta Code", title = "Doubly-Linked List (element) --- Rosetta Code{,} ", year = "2010", url = "\url{https://rosettacode.org/wiki/Doubly-Linked_List_(element)?oldid=138197}", note = "[Online; accessed 13-February-2025]" }