mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-14 02:00:10 +08:00
formatting source-code for 803981c831
This commit is contained in:
@@ -40,8 +40,8 @@ auto printArray = [](int *arr, int sz) {
|
||||
|
||||
/**
|
||||
*
|
||||
* The heapify procedure can be thought of as building a heap from
|
||||
* the bottom up by successively sifting downward to establish the
|
||||
* The heapify procedure can be thought of as building a heap from
|
||||
* the bottom up by successively sifting downward to establish the
|
||||
* heap property.
|
||||
*
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user