Cite This Page
Bibliographic details for Closest-pair problem/Objective-C
- Page name: Closest-pair problem/Objective-C
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 1 September 2022 13:57 UTC
- Date retrieved: 14 May 2025 11:22 UTC
- Permanent URL: https://rosettacode.org/wiki/Closest-pair_problem/Objective-C?oldid=329468
- Page Version ID: 329468
Citation styles for Closest-pair problem/Objective-C
APA style
Closest-pair problem/Objective-C. (2022, September 1). Rosetta Code. Retrieved 11:22, May 14, 2025 from https://rosettacode.org/wiki/Closest-pair_problem/Objective-C?oldid=329468.
MLA style
"Closest-pair problem/Objective-C." Rosetta Code. 1 Sep 2022, 13:57 UTC. 14 May 2025, 11:22 <https://rosettacode.org/wiki/Closest-pair_problem/Objective-C?oldid=329468>.
MHRA style
Rosetta Code contributors, 'Closest-pair problem/Objective-C', Rosetta Code, 1 September 2022, 13:57 UTC, <https://rosettacode.org/wiki/Closest-pair_problem/Objective-C?oldid=329468> [accessed 14 May 2025]
Chicago style
Rosetta Code contributors, "Closest-pair problem/Objective-C," Rosetta Code, https://rosettacode.org/wiki/Closest-pair_problem/Objective-C?oldid=329468 (accessed May 14, 2025).
CBE/CSE style
Rosetta Code contributors. Closest-pair problem/Objective-C [Internet]. Rosetta Code; 2022 Sep 1, 13:57 UTC [cited 2025 May 14]. Available from: https://rosettacode.org/wiki/Closest-pair_problem/Objective-C?oldid=329468.
Bluebook style
Closest-pair problem/Objective-C, https://rosettacode.org/wiki/Closest-pair_problem/Objective-C?oldid=329468 (last visited May 14, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Closest-pair problem/Objective-C --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/wiki/Closest-pair_problem/Objective-C?oldid=329468", note = "[Online; accessed 14-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 = "Closest-pair problem/Objective-C --- Rosetta Code{,} ", year = "2022", url = "\url{https://rosettacode.org/wiki/Closest-pair_problem/Objective-C?oldid=329468}", note = "[Online; accessed 14-May-2025]" }