Skip to content

Commit 79b437d

Browse files
update class
1 parent 67459d7 commit 79b437d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Sorting/HeapSort.cpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
#
2-
include < iostream >
3-
4-
using namespace std;
1+
#include <iostream>
2+
using namespace std;
53

64
void swap(int * x, int * y) {
75
int temp = * x; * x = * y; * y = temp;

0 commit comments

Comments
 (0)