Skip to content

Commit 6af81d6

Browse files
yet to come
1 parent 6df2a4e commit 6af81d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Heap/kSortedArray.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ date: 19-July-2021
88
using namespace std;
99

1010
int kSortedArray(int arr[], int num){
11-
11+
1212
}
1313

1414
int main(){
15-
// return 0;
15+
return 0;
1616
}

0 commit comments

Comments
 (0)