mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-05 03:29:46 +08:00
formatting source-code for ced5dcd6c4
This commit is contained in:
committed by
Ayaan Khan
parent
2a41d916b0
commit
6d88c992ed
@@ -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
|
||||
*
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user