Skip to content

Commit 09158d6

Browse files
Merge pull request #336 from gulshanyadav01/gulshan
yet to come
2 parents b7a2edd + 6af81d6 commit 09158d6

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)