Consider a min heap, represented by the following array: 11,22,33,44,55 After inserting a node with value 66.Which of the following is the updated min heap? (A) 11,22,33,44,55,66 (B) 11,22,33,44,66,55 (C) 11,22,33,66,44,55 (D) 11,22,66,33,44,55â–ºCorrect Option Correct Option is: A