Cite This Page
Bibliographic details for Bitmap/Flood fill
- Page name: Bitmap/Flood fill
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 11 November 2023 04:09 UTC
- Date retrieved: 7 December 2024 07:59 UTC
- Permanent URL: https://rosettacode.org/wiki/Bitmap/Flood_fill?oldid=349417
- Page Version ID: 349417
Citation styles for Bitmap/Flood fill
APA style
Bitmap/Flood fill. (2023, November 11). Rosetta Code. Retrieved 07:59, December 7, 2024 from https://rosettacode.org/wiki/Bitmap/Flood_fill?oldid=349417.
MLA style
"Bitmap/Flood fill." Rosetta Code. 11 Nov 2023, 04:09 UTC. 7 Dec 2024, 07:59 <https://rosettacode.org/wiki/Bitmap/Flood_fill?oldid=349417>.
MHRA style
Rosetta Code contributors, 'Bitmap/Flood fill', Rosetta Code, 11 November 2023, 04:09 UTC, <https://rosettacode.org/wiki/Bitmap/Flood_fill?oldid=349417> [accessed 7 December 2024]
Chicago style
Rosetta Code contributors, "Bitmap/Flood fill," Rosetta Code, https://rosettacode.org/wiki/Bitmap/Flood_fill?oldid=349417 (accessed December 7, 2024).
CBE/CSE style
Rosetta Code contributors. Bitmap/Flood fill [Internet]. Rosetta Code; 2023 Nov 11, 04:09 UTC [cited 2024 Dec 7]. Available from: https://rosettacode.org/wiki/Bitmap/Flood_fill?oldid=349417.
Bluebook style
Bitmap/Flood fill, https://rosettacode.org/wiki/Bitmap/Flood_fill?oldid=349417 (last visited December 7, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Bitmap/Flood fill --- Rosetta Code{,} ", year = "2023", url = "https://rosettacode.org/wiki/Bitmap/Flood_fill?oldid=349417", note = "[Online; accessed 7-December-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 = "Bitmap/Flood fill --- Rosetta Code{,} ", year = "2023", url = "\url{https://rosettacode.org/wiki/Bitmap/Flood_fill?oldid=349417}", note = "[Online; accessed 7-December-2024]" }