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: 3 April 2024 16:39 UTC
- Date retrieved: 17 March 2025 05:03 UTC
- Permanent URL: https://rosettacode.org/wiki/Collect_and_sort_square_numbers_in_ascending_order_from_three_lists?oldid=363219
- Page Version ID: 363219
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, April 3). Rosetta Code. Retrieved 05:03, March 17, 2025 from https://rosettacode.org/wiki/Collect_and_sort_square_numbers_in_ascending_order_from_three_lists?oldid=363219.
MLA style
"Collect and sort square numbers in ascending order from three lists." Rosetta Code. 3 Apr 2024, 16:39 UTC. 17 Mar 2025, 05:03 <https://rosettacode.org/wiki/Collect_and_sort_square_numbers_in_ascending_order_from_three_lists?oldid=363219>.
MHRA style
Rosetta Code contributors, 'Collect and sort square numbers in ascending order from three lists', Rosetta Code, 3 April 2024, 16:39 UTC, <https://rosettacode.org/wiki/Collect_and_sort_square_numbers_in_ascending_order_from_three_lists?oldid=363219> [accessed 17 March 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=363219 (accessed March 17, 2025).
CBE/CSE style
Rosetta Code contributors. Collect and sort square numbers in ascending order from three lists [Internet]. Rosetta Code; 2024 Apr 3, 16:39 UTC [cited 2025 Mar 17]. Available from: https://rosettacode.org/wiki/Collect_and_sort_square_numbers_in_ascending_order_from_three_lists?oldid=363219.
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=363219 (last visited March 17, 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=363219", note = "[Online; accessed 17-March-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=363219}", note = "[Online; accessed 17-March-2025]" }