mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-01 17:52:40 +08:00
Merge branch 'master' of https://github.com/ayaankhan98/C-Plus-Plus
This commit is contained in:
@@ -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