Cite This Page
Bibliographic details for Parallel brute force
- Page name: Parallel brute force
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 28 August 2022 00:50 UTC
- Date retrieved: 5 February 2023 10:17 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Parallel_brute_force&oldid=328069
- Page Version ID: 328069
Citation styles for Parallel brute force
APA style
Parallel brute force. (2022, August 28). Rosetta Code, . Retrieved 10:17, February 5, 2023 from https://rosettacode.org/w/index.php?title=Parallel_brute_force&oldid=328069.
MLA style
"Parallel brute force." Rosetta Code, . 28 Aug 2022, 00:50 UTC. 5 Feb 2023, 10:17 <https://rosettacode.org/w/index.php?title=Parallel_brute_force&oldid=328069>.
MHRA style
Rosetta Code contributors, 'Parallel brute force', Rosetta Code, , 28 August 2022, 00:50 UTC, <https://rosettacode.org/w/index.php?title=Parallel_brute_force&oldid=328069> [accessed 5 February 2023]
Chicago style
Rosetta Code contributors, "Parallel brute force," Rosetta Code, , https://rosettacode.org/w/index.php?title=Parallel_brute_force&oldid=328069 (accessed February 5, 2023).
CBE/CSE style
Rosetta Code contributors. Parallel brute force [Internet]. Rosetta Code, ; 2022 Aug 28, 00:50 UTC [cited 2023 Feb 5]. Available from: https://rosettacode.org/w/index.php?title=Parallel_brute_force&oldid=328069.
Bluebook style
Parallel brute force, https://rosettacode.org/w/index.php?title=Parallel_brute_force&oldid=328069 (last visited February 5, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Parallel brute force --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/w/index.php?title=Parallel_brute_force&oldid=328069", note = "[Online; accessed 5-February-2023]" }
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 = "Parallel brute force --- Rosetta Code{,} ", year = "2022", url = "\url{https://rosettacode.org/w/index.php?title=Parallel_brute_force&oldid=328069}", note = "[Online; accessed 5-February-2023]" }