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