Cite This Page
Bibliographic details for Largest product in a grid
- Page name: Largest product in a grid
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 20 January 2025 01:23 UTC
- Date retrieved: 16 February 2025 15:00 UTC
- Permanent URL: https://rosettacode.org/wiki/Largest_product_in_a_grid?oldid=375878
- Page Version ID: 375878
Citation styles for Largest product in a grid
APA style
Largest product in a grid. (2025, January 20). Rosetta Code. Retrieved 15:00, February 16, 2025 from https://rosettacode.org/wiki/Largest_product_in_a_grid?oldid=375878.
MLA style
"Largest product in a grid." Rosetta Code. 20 Jan 2025, 01:23 UTC. 16 Feb 2025, 15:00 <https://rosettacode.org/wiki/Largest_product_in_a_grid?oldid=375878>.
MHRA style
Rosetta Code contributors, 'Largest product in a grid', Rosetta Code, 20 January 2025, 01:23 UTC, <https://rosettacode.org/wiki/Largest_product_in_a_grid?oldid=375878> [accessed 16 February 2025]
Chicago style
Rosetta Code contributors, "Largest product in a grid," Rosetta Code, https://rosettacode.org/wiki/Largest_product_in_a_grid?oldid=375878 (accessed February 16, 2025).
CBE/CSE style
Rosetta Code contributors. Largest product in a grid [Internet]. Rosetta Code; 2025 Jan 20, 01:23 UTC [cited 2025 Feb 16]. Available from: https://rosettacode.org/wiki/Largest_product_in_a_grid?oldid=375878.
Bluebook style
Largest product in a grid, https://rosettacode.org/wiki/Largest_product_in_a_grid?oldid=375878 (last visited February 16, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Largest product in a grid --- Rosetta Code{,} ", year = "2025", url = "https://rosettacode.org/wiki/Largest_product_in_a_grid?oldid=375878", note = "[Online; accessed 16-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 = "Largest product in a grid --- Rosetta Code{,} ", year = "2025", url = "\url{https://rosettacode.org/wiki/Largest_product_in_a_grid?oldid=375878}", note = "[Online; accessed 16-February-2025]" }