Skip to content

Commit dae3385

Browse files
authored
Update bubble_sort.cpp
1 parent 55c22a4 commit dae3385

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Sorting/bubbleSort/c++/bubble_sort.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/* Bubble Sort implementation in C++
2-
* Author : Manvi Gupta
3-
* Input : array length and elements
4-
* Output : Sorted array elements
5-
*/
61
#include <iostream>
72
using namespace std;
83

0 commit comments

Comments
 (0)