Cite This Page
Bibliographic details for Sorting algorithms/Bubble sort
- Page name: Sorting algorithms/Bubble sort
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 12 November 2022 01:51 UTC
- Date retrieved: 30 January 2023 10:49 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Sorting_algorithms/Bubble_sort&oldid=333456
- Page Version ID: 333456
Citation styles for Sorting algorithms/Bubble sort
APA style
Sorting algorithms/Bubble sort. (2022, November 12). Rosetta Code, . Retrieved 10:49, January 30, 2023 from https://rosettacode.org/w/index.php?title=Sorting_algorithms/Bubble_sort&oldid=333456.
MLA style
"Sorting algorithms/Bubble sort." Rosetta Code, . 12 Nov 2022, 01:51 UTC. 30 Jan 2023, 10:49 <https://rosettacode.org/w/index.php?title=Sorting_algorithms/Bubble_sort&oldid=333456>.
MHRA style
Rosetta Code contributors, 'Sorting algorithms/Bubble sort', Rosetta Code, , 12 November 2022, 01:51 UTC, <https://rosettacode.org/w/index.php?title=Sorting_algorithms/Bubble_sort&oldid=333456> [accessed 30 January 2023]
Chicago style
Rosetta Code contributors, "Sorting algorithms/Bubble sort," Rosetta Code, , https://rosettacode.org/w/index.php?title=Sorting_algorithms/Bubble_sort&oldid=333456 (accessed January 30, 2023).
CBE/CSE style
Rosetta Code contributors. Sorting algorithms/Bubble sort [Internet]. Rosetta Code, ; 2022 Nov 12, 01:51 UTC [cited 2023 Jan 30]. Available from: https://rosettacode.org/w/index.php?title=Sorting_algorithms/Bubble_sort&oldid=333456.
Bluebook style
Sorting algorithms/Bubble sort, https://rosettacode.org/w/index.php?title=Sorting_algorithms/Bubble_sort&oldid=333456 (last visited January 30, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Sorting algorithms/Bubble sort --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/w/index.php?title=Sorting_algorithms/Bubble_sort&oldid=333456", note = "[Online; accessed 30-January-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 = "Sorting algorithms/Bubble sort --- Rosetta Code{,} ", year = "2022", url = "\url{https://rosettacode.org/w/index.php?title=Sorting_algorithms/Bubble_sort&oldid=333456}", note = "[Online; accessed 30-January-2023]" }