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: 22 July 2024 22:38 UTC
- Date retrieved: 11 October 2024 06:32 UTC
- Permanent URL: https://rosettacode.org/wiki/Find_first_missing_positive?oldid=367273
- Page Version ID: 367273
Citation styles for Find first missing positive
APA style
Find first missing positive. (2024, July 22). Rosetta Code. Retrieved 06:32, October 11, 2024 from https://rosettacode.org/wiki/Find_first_missing_positive?oldid=367273.
MLA style
"Find first missing positive." Rosetta Code. 22 Jul 2024, 22:38 UTC. 11 Oct 2024, 06:32 <https://rosettacode.org/wiki/Find_first_missing_positive?oldid=367273>.
MHRA style
Rosetta Code contributors, 'Find first missing positive', Rosetta Code, 22 July 2024, 22:38 UTC, <https://rosettacode.org/wiki/Find_first_missing_positive?oldid=367273> [accessed 11 October 2024]
Chicago style
Rosetta Code contributors, "Find first missing positive," Rosetta Code, https://rosettacode.org/wiki/Find_first_missing_positive?oldid=367273 (accessed October 11, 2024).
CBE/CSE style
Rosetta Code contributors. Find first missing positive [Internet]. Rosetta Code; 2024 Jul 22, 22:38 UTC [cited 2024 Oct 11]. Available from: https://rosettacode.org/wiki/Find_first_missing_positive?oldid=367273.
Bluebook style
Find first missing positive, https://rosettacode.org/wiki/Find_first_missing_positive?oldid=367273 (last visited October 11, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Find first missing positive --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Find_first_missing_positive?oldid=367273", note = "[Online; accessed 11-October-2024]" }
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 = "2024", url = "\url{https://rosettacode.org/wiki/Find_first_missing_positive?oldid=367273}", note = "[Online; accessed 11-October-2024]" }