Cite This Page
Bibliographic details for Collect and sort square numbers in ascending order from three lists
- Page name: Collect and sort square numbers in ascending order from three lists
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 20 October 2024 20:43 UTC
- Date retrieved: 12 May 2025 12:33 UTC
- Permanent URL: https://rosettacode.org/wiki/Collect_and_sort_square_numbers_in_ascending_order_from_three_lists?oldid=371844
- Page Version ID: 371844
Citation styles for Collect and sort square numbers in ascending order from three lists
APA style
Collect and sort square numbers in ascending order from three lists. (2024, October 20). Rosetta Code. Retrieved 12:33, May 12, 2025 from https://rosettacode.org/wiki/Collect_and_sort_square_numbers_in_ascending_order_from_three_lists?oldid=371844.
MLA style
"Collect and sort square numbers in ascending order from three lists." Rosetta Code. 20 Oct 2024, 20:43 UTC. 12 May 2025, 12:33 <https://rosettacode.org/wiki/Collect_and_sort_square_numbers_in_ascending_order_from_three_lists?oldid=371844>.
MHRA style
Rosetta Code contributors, 'Collect and sort square numbers in ascending order from three lists', Rosetta Code, 20 October 2024, 20:43 UTC, <https://rosettacode.org/wiki/Collect_and_sort_square_numbers_in_ascending_order_from_three_lists?oldid=371844> [accessed 12 May 2025]
Chicago style
Rosetta Code contributors, "Collect and sort square numbers in ascending order from three lists," Rosetta Code, https://rosettacode.org/wiki/Collect_and_sort_square_numbers_in_ascending_order_from_three_lists?oldid=371844 (accessed May 12, 2025).
CBE/CSE style
Rosetta Code contributors. Collect and sort square numbers in ascending order from three lists [Internet]. Rosetta Code; 2024 Oct 20, 20:43 UTC [cited 2025 May 12]. Available from: https://rosettacode.org/wiki/Collect_and_sort_square_numbers_in_ascending_order_from_three_lists?oldid=371844.
Bluebook style
Collect and sort square numbers in ascending order from three lists, https://rosettacode.org/wiki/Collect_and_sort_square_numbers_in_ascending_order_from_three_lists?oldid=371844 (last visited May 12, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Collect and sort square numbers in ascending order from three lists --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Collect_and_sort_square_numbers_in_ascending_order_from_three_lists?oldid=371844", note = "[Online; accessed 12-May-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 = "Collect and sort square numbers in ascending order from three lists --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Collect_and_sort_square_numbers_in_ascending_order_from_three_lists?oldid=371844}", note = "[Online; accessed 12-May-2025]" }