Cite This Page
Bibliographic details for Find first missing positive
- Page name: Find first missing positive
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 28 January 2025 15:36 UTC
- Date retrieved: 19 March 2025 06:21 UTC
- Permanent URL: https://rosettacode.org/wiki/Find_first_missing_positive?oldid=376112
- Page Version ID: 376112
Citation styles for Find first missing positive
APA style
Find first missing positive. (2025, January 28). Rosetta Code. Retrieved 06:21, March 19, 2025 from https://rosettacode.org/wiki/Find_first_missing_positive?oldid=376112.
MLA style
"Find first missing positive." Rosetta Code. 28 Jan 2025, 15:36 UTC. 19 Mar 2025, 06:21 <https://rosettacode.org/wiki/Find_first_missing_positive?oldid=376112>.
MHRA style
Rosetta Code contributors, 'Find first missing positive', Rosetta Code, 28 January 2025, 15:36 UTC, <https://rosettacode.org/wiki/Find_first_missing_positive?oldid=376112> [accessed 19 March 2025]
Chicago style
Rosetta Code contributors, "Find first missing positive," Rosetta Code, https://rosettacode.org/wiki/Find_first_missing_positive?oldid=376112 (accessed March 19, 2025).
CBE/CSE style
Rosetta Code contributors. Find first missing positive [Internet]. Rosetta Code; 2025 Jan 28, 15:36 UTC [cited 2025 Mar 19]. Available from: https://rosettacode.org/wiki/Find_first_missing_positive?oldid=376112.
Bluebook style
Find first missing positive, https://rosettacode.org/wiki/Find_first_missing_positive?oldid=376112 (last visited March 19, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Find first missing positive --- Rosetta Code{,} ", year = "2025", url = "https://rosettacode.org/wiki/Find_first_missing_positive?oldid=376112", note = "[Online; accessed 19-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 = "Find first missing positive --- Rosetta Code{,} ", year = "2025", url = "\url{https://rosettacode.org/wiki/Find_first_missing_positive?oldid=376112}", note = "[Online; accessed 19-March-2025]" }