Skip to content

Commit 010ff93

Browse files
Update sorting/bubble_sort.cpp
Co-authored-by: realstealthninja <[email protected]>
1 parent 6f74a5a commit 010ff93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sorting/bubble_sort.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* That's why we created a variable z to create the first value of the value of x,
2727
* and finally, we have assigned to y.
2828
*
29-
* Bubble Sort Algorithm Analysis (Best Case - Worst Case - Average Case)
29+
* ## Bubble Sort Algorithm Analysis (Best Case - Worst Case - Average Case)
3030
*
3131
* Bubble Sort Worst Case Performance is \f$O(n^{2})\f$. Why is that? Because if you
3232
* remember Big O Notation, we were calculating the complexity of the algorithms in

0 commit comments

Comments
 (0)