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: 16 December 2022 02:02 UTC
- Date retrieved: 24 March 2023 08:50 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Largest_product_in_a_grid&oldid=334348
- Page Version ID: 334348
Citation styles for Largest product in a grid
APA style
Largest product in a grid. (2022, December 16). Rosetta Code, . Retrieved 08:50, March 24, 2023 from https://rosettacode.org/w/index.php?title=Largest_product_in_a_grid&oldid=334348.
MLA style
"Largest product in a grid." Rosetta Code, . 16 Dec 2022, 02:02 UTC. 24 Mar 2023, 08:50 <https://rosettacode.org/w/index.php?title=Largest_product_in_a_grid&oldid=334348>.
MHRA style
Rosetta Code contributors, 'Largest product in a grid', Rosetta Code, , 16 December 2022, 02:02 UTC, <https://rosettacode.org/w/index.php?title=Largest_product_in_a_grid&oldid=334348> [accessed 24 March 2023]
Chicago style
Rosetta Code contributors, "Largest product in a grid," Rosetta Code, , https://rosettacode.org/w/index.php?title=Largest_product_in_a_grid&oldid=334348 (accessed March 24, 2023).
CBE/CSE style
Rosetta Code contributors. Largest product in a grid [Internet]. Rosetta Code, ; 2022 Dec 16, 02:02 UTC [cited 2023 Mar 24]. Available from: https://rosettacode.org/w/index.php?title=Largest_product_in_a_grid&oldid=334348.
Bluebook style
Largest product in a grid, https://rosettacode.org/w/index.php?title=Largest_product_in_a_grid&oldid=334348 (last visited March 24, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Largest product in a grid --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/w/index.php?title=Largest_product_in_a_grid&oldid=334348", note = "[Online; accessed 24-March-2023]" }
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 = "2022", url = "\url{https://rosettacode.org/w/index.php?title=Largest_product_in_a_grid&oldid=334348}", note = "[Online; accessed 24-March-2023]" }