Cite This Page
Bibliographic details for Doubly-linked list/Element insertion
- Page name: Doubly-linked list/Element insertion
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 26 June 2024 21:19 UTC
- Date retrieved: 3 October 2024 17:14 UTC
- Permanent URL: https://rosettacode.org/wiki/Doubly-linked_list/Element_insertion?oldid=365813
- Page Version ID: 365813
Citation styles for Doubly-linked list/Element insertion
APA style
Doubly-linked list/Element insertion. (2024, June 26). Rosetta Code. Retrieved 17:14, October 3, 2024 from https://rosettacode.org/wiki/Doubly-linked_list/Element_insertion?oldid=365813.
MLA style
"Doubly-linked list/Element insertion." Rosetta Code. 26 Jun 2024, 21:19 UTC. 3 Oct 2024, 17:14 <https://rosettacode.org/wiki/Doubly-linked_list/Element_insertion?oldid=365813>.
MHRA style
Rosetta Code contributors, 'Doubly-linked list/Element insertion', Rosetta Code, 26 June 2024, 21:19 UTC, <https://rosettacode.org/wiki/Doubly-linked_list/Element_insertion?oldid=365813> [accessed 3 October 2024]
Chicago style
Rosetta Code contributors, "Doubly-linked list/Element insertion," Rosetta Code, https://rosettacode.org/wiki/Doubly-linked_list/Element_insertion?oldid=365813 (accessed October 3, 2024).
CBE/CSE style
Rosetta Code contributors. Doubly-linked list/Element insertion [Internet]. Rosetta Code; 2024 Jun 26, 21:19 UTC [cited 2024 Oct 3]. Available from: https://rosettacode.org/wiki/Doubly-linked_list/Element_insertion?oldid=365813.
Bluebook style
Doubly-linked list/Element insertion, https://rosettacode.org/wiki/Doubly-linked_list/Element_insertion?oldid=365813 (last visited October 3, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Doubly-linked list/Element insertion --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Doubly-linked_list/Element_insertion?oldid=365813", note = "[Online; accessed 3-October-2024]" }
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 insertion --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Doubly-linked_list/Element_insertion?oldid=365813}", note = "[Online; accessed 3-October-2024]" }