formatting source-code for ced5dcd6c4

This commit is contained in:
github-actions
2020-06-21 11:37:08 +00:00
committed by Ayaan Khan
parent 2a41d916b0
commit 6d88c992ed

View File

@@ -48,8 +48,8 @@ void printArray(T *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
*
*/