Hopefully the audio is crystal clear. I updated some settings in iMovie. Let me know if you have any issues. 👍🏼
@flower777692 жыл бұрын
I don't know about mobile but your previous videos discussing red-black trees had better audio. Your voice in this one sounds more compressed, still good quality but wouldn't call it crystal clear quality, which in my opinion rbt vidoes had. I'm using hyperx Cloud 2 headphones plugged straight into z490 mobo. Anyways great video.
@MichaelSambol2 жыл бұрын
@@flower77769 Will keep tuning, thanks for the feedback. 👍
@DawnKylin5 ай бұрын
3:28 I think the second one is not a min-heap. Min-heap is complete binary tree.
@IcyClench24 күн бұрын
A heap is any tree that satisfies the heap property: the key of a node is >= the key of its parent. You are thinking of a binary heap (as in binary-tree heap) that's implemented as an array (since an array can represent a complete tree).
@ll-bc4gn Жыл бұрын
so why do we call it fibonacci?
@reold2 күн бұрын
because it uses fibonacci numbers during its runtime analysis read it on wiki
@D3ebK2 жыл бұрын
Awesome information! Thank you!
@ramizrizwan30572 жыл бұрын
Your videos are so helpful
@MichaelSambol2 жыл бұрын
thanks, Ramiz!
@Angelfromdasky2 жыл бұрын
I LOVE YOU. Thank you for your videos.
@MichaelSambol2 жыл бұрын
❤️👊🏼
@Fast_Tutorials2 жыл бұрын
thank you!
@FantaPopRockz2 жыл бұрын
I love your videos!!
@kwanyupensuk781210 ай бұрын
Nice one.
@icemotion19255 ай бұрын
overly complex data structure, feels like it's only useful theoretically...
@callmeshen97544 ай бұрын
It's still considered worthy to implement for Dijkstra's & Prim's algorithms for a certain maps.