formatting source-code for ced5dcd6c4

This commit is contained in:
github-actions
2020-06-21 11:37:08 +00:00
parent ced5dcd6c4
commit 28a7fc26e4

View File

@@ -45,8 +45,8 @@ void printArray(int *arr, int sz) {
* heap property.
*
* @param arr array to be sorted
* @param n size of array
* @param i node position in Binary Tress or element position in
* @param n size of array
* @param i node position in Binary Tress or element position in
* Array to be compared with it's childern
*
*/