mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
deleted line 27
This commit is contained in:
parent
3a7a266ada
commit
2464d438f9
@ -24,7 +24,6 @@ class MinHeap {
|
||||
|
||||
/** to heapify a subtree with the root at given index
|
||||
*/
|
||||
void MinHeapify(int);
|
||||
|
||||
int parent(int i) { return (i - 1) / 2; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user