We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f74a5a commit 010ff93Copy full SHA for 010ff93
sorting/bubble_sort.cpp
@@ -26,7 +26,7 @@
26
* That's why we created a variable z to create the first value of the value of x,
27
* and finally, we have assigned to y.
28
*
29
- * Bubble Sort Algorithm Analysis (Best Case - Worst Case - Average Case)
+ * ## Bubble Sort Algorithm Analysis (Best Case - Worst Case - Average Case)
30
31
* Bubble Sort Worst Case Performance is \f$O(n^{2})\f$. Why is that? Because if you
32
* remember Big O Notation, we were calculating the complexity of the algorithms in
0 commit comments