We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ebc986 commit 43087d6Copy full SHA for 43087d6
sorting/heap_sort.c
@@ -47,10 +47,10 @@ void heapsort(int *a, int n)
47
}
48
49
/**
50
- * build_maxheap takes O(n).
51
- * @param a pointer to array a containing heap elements.
52
- * @param n where n is number of elemnts in array a.
53
- * @returns void.
+ * build_maxheap takes O(n)
+ * @param a pointer to array a containing heap elements
+ * @param n where n is number of elemnts in array a
+ * @returns void
54
*/
55
void build_maxheap(int *a, int n)
56
{
0 commit comments