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: 23 June 2024 14:42 UTC
- Date retrieved: 13 October 2024 19:56 UTC
- Permanent URL: https://rosettacode.org/wiki/Hash_from_two_arrays?oldid=365684
- Page Version ID: 365684
Citation styles for Hash from two arrays
APA style
Hash from two arrays. (2024, June 23). Rosetta Code. Retrieved 19:56, October 13, 2024 from https://rosettacode.org/wiki/Hash_from_two_arrays?oldid=365684.
MLA style
"Hash from two arrays." Rosetta Code. 23 Jun 2024, 14:42 UTC. 13 Oct 2024, 19:56 <https://rosettacode.org/wiki/Hash_from_two_arrays?oldid=365684>.
MHRA style
Rosetta Code contributors, 'Hash from two arrays', Rosetta Code, 23 June 2024, 14:42 UTC, <https://rosettacode.org/wiki/Hash_from_two_arrays?oldid=365684> [accessed 13 October 2024]
Chicago style
Rosetta Code contributors, "Hash from two arrays," Rosetta Code, https://rosettacode.org/wiki/Hash_from_two_arrays?oldid=365684 (accessed October 13, 2024).
CBE/CSE style
Rosetta Code contributors. Hash from two arrays [Internet]. Rosetta Code; 2024 Jun 23, 14:42 UTC [cited 2024 Oct 13]. Available from: https://rosettacode.org/wiki/Hash_from_two_arrays?oldid=365684.
Bluebook style
Hash from two arrays, https://rosettacode.org/wiki/Hash_from_two_arrays?oldid=365684 (last visited October 13, 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=365684", note = "[Online; accessed 13-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 = "Hash from two arrays --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Hash_from_two_arrays?oldid=365684}", note = "[Online; accessed 13-October-2024]" }