Why in most tutorials and documents (98% of what i watch or read) when they take about deleting node form a heap, they only delete the root node (first image where we delete 12 node root). Why not some node of its childrens (second image where we delete node 11 is an example scenario)?
I know that is not impossible to do that and how to do it but why everyone take only about the root node?
I watch about 7 courses in Arabic, other 7 in English and 4 in Turkish. And i read a lot of article about that also in different language!
But all of them delete the root node! Why? Note: I am a beginner in computer science.
As i write in my question details, i read and watch a lot of courses and articles about this topic