Cite This Page
Bibliographic details for Minimal numbers of three lists at same position
- Page name: Minimal numbers of three lists at same position
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 23 November 2021 06:43 UTC
- Date retrieved: 24 March 2023 05:51 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Minimal_numbers_of_three_lists_at_same_position&oldid=317853
- Page Version ID: 317853
Citation styles for Minimal numbers of three lists at same position
APA style
Minimal numbers of three lists at same position. (2021, November 23). Rosetta Code, . Retrieved 05:51, March 24, 2023 from https://rosettacode.org/w/index.php?title=Minimal_numbers_of_three_lists_at_same_position&oldid=317853.
MLA style
"Minimal numbers of three lists at same position." Rosetta Code, . 23 Nov 2021, 06:43 UTC. 24 Mar 2023, 05:51 <https://rosettacode.org/w/index.php?title=Minimal_numbers_of_three_lists_at_same_position&oldid=317853>.
MHRA style
Rosetta Code contributors, 'Minimal numbers of three lists at same position', Rosetta Code, , 23 November 2021, 06:43 UTC, <https://rosettacode.org/w/index.php?title=Minimal_numbers_of_three_lists_at_same_position&oldid=317853> [accessed 24 March 2023]
Chicago style
Rosetta Code contributors, "Minimal numbers of three lists at same position," Rosetta Code, , https://rosettacode.org/w/index.php?title=Minimal_numbers_of_three_lists_at_same_position&oldid=317853 (accessed March 24, 2023).
CBE/CSE style
Rosetta Code contributors. Minimal numbers of three lists at same position [Internet]. Rosetta Code, ; 2021 Nov 23, 06:43 UTC [cited 2023 Mar 24]. Available from: https://rosettacode.org/w/index.php?title=Minimal_numbers_of_three_lists_at_same_position&oldid=317853.
Bluebook style
Minimal numbers of three lists at same position, https://rosettacode.org/w/index.php?title=Minimal_numbers_of_three_lists_at_same_position&oldid=317853 (last visited March 24, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Minimal numbers of three lists at same position --- Rosetta Code{,} ", year = "2021", url = "https://rosettacode.org/w/index.php?title=Minimal_numbers_of_three_lists_at_same_position&oldid=317853", 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 = "Minimal numbers of three lists at same position --- Rosetta Code{,} ", year = "2021", url = "\url{https://rosettacode.org/w/index.php?title=Minimal_numbers_of_three_lists_at_same_position&oldid=317853}", note = "[Online; accessed 24-March-2023]" }