Cite This Page
Bibliographic details for Hash from two arrays
- Page name: Hash from two arrays
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 17 September 2024 13:34 UTC
- Date retrieved: 8 December 2024 12:53 UTC
- Permanent URL: https://rosettacode.org/wiki/Hash_from_two_arrays?oldid=370215
- Page Version ID: 370215
Citation styles for Hash from two arrays
APA style
Hash from two arrays. (2024, September 17). Rosetta Code. Retrieved 12:53, December 8, 2024 from https://rosettacode.org/wiki/Hash_from_two_arrays?oldid=370215.
MLA style
"Hash from two arrays." Rosetta Code. 17 Sep 2024, 13:34 UTC. 8 Dec 2024, 12:53 <https://rosettacode.org/wiki/Hash_from_two_arrays?oldid=370215>.
MHRA style
Rosetta Code contributors, 'Hash from two arrays', Rosetta Code, 17 September 2024, 13:34 UTC, <https://rosettacode.org/wiki/Hash_from_two_arrays?oldid=370215> [accessed 8 December 2024]
Chicago style
Rosetta Code contributors, "Hash from two arrays," Rosetta Code, https://rosettacode.org/wiki/Hash_from_two_arrays?oldid=370215 (accessed December 8, 2024).
CBE/CSE style
Rosetta Code contributors. Hash from two arrays [Internet]. Rosetta Code; 2024 Sep 17, 13:34 UTC [cited 2024 Dec 8]. Available from: https://rosettacode.org/wiki/Hash_from_two_arrays?oldid=370215.
Bluebook style
Hash from two arrays, https://rosettacode.org/wiki/Hash_from_two_arrays?oldid=370215 (last visited December 8, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Hash from two arrays --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Hash_from_two_arrays?oldid=370215", note = "[Online; accessed 8-December-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 = "Hash from two arrays --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Hash_from_two_arrays?oldid=370215}", note = "[Online; accessed 8-December-2024]" }