Awesome tutorial! I am especially happy to have learnt about such things as Union&Find, Suffix Array and Fenwick tree that are rarely to never mentioned in many other tutorials.
@akhilvaid68894 жыл бұрын
Im finally here. After 52 videos. The last one. Good work and Good luck!
@kingdominth46 жыл бұрын
Sorry, but you're awesome! Thanks for taking the time to create these informative videos! They really help.
@ashishpandey6984 жыл бұрын
The whole tutorial was awesome, Thanks!!
@JitendraKumar-ti6yd2 жыл бұрын
William, can you please explain the degree part
@moonmaster362 жыл бұрын
How are the parent and child arrays updated during swaps? Or do they not need to be updated?
@DublinSeafoodInc5 ай бұрын
Satisfactory
@pipilu30554 жыл бұрын
minChild is ill-defined, if the parent node i is less than all its children, then there is no minChild, which is contradictory with the comment. I was confused by the sink function until I found the minChild has a different meaning.
@quocbao60465 жыл бұрын
I have trouble understand the degree?
@junbug33124 жыл бұрын
In explanation vid, we delete the node before sink() but in code, sink() happens before deleting the node. Can you explain?
@WilliamFiset-videos4 жыл бұрын
The source code on GitHub is the source of truth, the explanation videos sometimes have typos