Cite This Page
Bibliographic details for Cartesian product of two or more lists
- Page name: Cartesian product of two or more lists
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 19 November 2024 20:01 UTC
- Date retrieved: 18 January 2025 03:54 UTC
- Permanent URL: https://rosettacode.org/wiki/Cartesian_product_of_two_or_more_lists?oldid=373499
- Page Version ID: 373499
Citation styles for Cartesian product of two or more lists
APA style
Cartesian product of two or more lists. (2024, November 19). Rosetta Code. Retrieved 03:54, January 18, 2025 from https://rosettacode.org/wiki/Cartesian_product_of_two_or_more_lists?oldid=373499.
MLA style
"Cartesian product of two or more lists." Rosetta Code. 19 Nov 2024, 20:01 UTC. 18 Jan 2025, 03:54 <https://rosettacode.org/wiki/Cartesian_product_of_two_or_more_lists?oldid=373499>.
MHRA style
Rosetta Code contributors, 'Cartesian product of two or more lists', Rosetta Code, 19 November 2024, 20:01 UTC, <https://rosettacode.org/wiki/Cartesian_product_of_two_or_more_lists?oldid=373499> [accessed 18 January 2025]
Chicago style
Rosetta Code contributors, "Cartesian product of two or more lists," Rosetta Code, https://rosettacode.org/wiki/Cartesian_product_of_two_or_more_lists?oldid=373499 (accessed January 18, 2025).
CBE/CSE style
Rosetta Code contributors. Cartesian product of two or more lists [Internet]. Rosetta Code; 2024 Nov 19, 20:01 UTC [cited 2025 Jan 18]. Available from: https://rosettacode.org/wiki/Cartesian_product_of_two_or_more_lists?oldid=373499.
Bluebook style
Cartesian product of two or more lists, https://rosettacode.org/wiki/Cartesian_product_of_two_or_more_lists?oldid=373499 (last visited January 18, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Cartesian product of two or more lists --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Cartesian_product_of_two_or_more_lists?oldid=373499", note = "[Online; accessed 18-January-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 = "Cartesian product of two or more lists --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Cartesian_product_of_two_or_more_lists?oldid=373499}", note = "[Online; accessed 18-January-2025]" }