Cite This Page
Bibliographic details for AVL tree/C sharp
- Page name: AVL tree/C sharp
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 29 August 2022 16:04 UTC
- Date retrieved: 14 September 2024 07:02 UTC
- Permanent URL: https://rosettacode.org/wiki/AVL_tree/C_sharp?oldid=328871
- Page Version ID: 328871
Citation styles for AVL tree/C sharp
APA style
AVL tree/C sharp. (2022, August 29). Rosetta Code. Retrieved 07:02, September 14, 2024 from https://rosettacode.org/wiki/AVL_tree/C_sharp?oldid=328871.
MLA style
"AVL tree/C sharp." Rosetta Code. 29 Aug 2022, 16:04 UTC. 14 Sep 2024, 07:02 <https://rosettacode.org/wiki/AVL_tree/C_sharp?oldid=328871>.
MHRA style
Rosetta Code contributors, 'AVL tree/C sharp', Rosetta Code, 29 August 2022, 16:04 UTC, <https://rosettacode.org/wiki/AVL_tree/C_sharp?oldid=328871> [accessed 14 September 2024]
Chicago style
Rosetta Code contributors, "AVL tree/C sharp," Rosetta Code, https://rosettacode.org/wiki/AVL_tree/C_sharp?oldid=328871 (accessed September 14, 2024).
CBE/CSE style
Rosetta Code contributors. AVL tree/C sharp [Internet]. Rosetta Code; 2022 Aug 29, 16:04 UTC [cited 2024 Sep 14]. Available from: https://rosettacode.org/wiki/AVL_tree/C_sharp?oldid=328871.
Bluebook style
AVL tree/C sharp, https://rosettacode.org/wiki/AVL_tree/C_sharp?oldid=328871 (last visited September 14, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "AVL tree/C sharp --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/wiki/AVL_tree/C_sharp?oldid=328871", note = "[Online; accessed 14-September-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 = "AVL tree/C sharp --- Rosetta Code{,} ", year = "2022", url = "\url{https://rosettacode.org/wiki/AVL_tree/C_sharp?oldid=328871}", note = "[Online; accessed 14-September-2024]" }