why do varibles not work, in this remove function.I have it working as long as I don't use the variables and just use 2*i+1 and 2*i+2. It should work ...
why do varibles not work, in this remove function.originally I used LC for left child and rc for right child, just changed it to left and right for th...
why do varibles not work, in this remove function.this function is suppose to rebalance a heap after the max value has been remove from a seperate fun...
Expanding arraysThank for the info. After looking around this is what I come up with. It make one increase and then ...
Expanding arraysI thought I put it in there I'm not allowed to use vectors for this. And I don't understand how do g...