Skip to content

Commit 5e28699

Browse files
committed
1 parent 2651b10 commit 5e28699

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sorts/HeapSort.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
*
99
*/
1010
public class HeapSort {
11-
/** Array to store heap */
11+
/* Array to store heap */
1212
private int[] heap;
13-
/** The size of the heap */
13+
/* The size of the heap */
1414
private int size;
1515

1616
/**

0 commit comments

Comments
 (0)