Jyotika Sharma jalandhar, India 105 Questions 106 Answers 3 Best Answers 630 Points View Profile 4 Jyotika SharmaExpert Asked: July 14, 20202020-07-14T22:55:29+01:00 2020-07-14T22:55:29+01:00 What is Max Heap? 4 What is Max Heap? Share Facebook 1 Answer Voted Oldest Recent Random Jyotika Sharma jalandhar, India 105 Questions 106 Answers 3 Best Answers 630 Points View Profile Jyotika Sharma Expert 2020-07-15T00:25:20+01:00Added an answer on July 15, 2020 at 12:25 am Max Heap is the heap in which every node’s key value will be greater than the key values present at its left and right child. From the max heap, we can easily find the maximum value storing node because it will be the root node of the tree. 0 Share Share Share on Facebook Share on Twitter Share on LinkedIn Share on WhatsApp You must login to add an answer.Continue with FacebookContinue with GoogleContinue with Twitteror use Username or email* Password* Captcha* What is the capital of Egypt? ( Cairo ) Remember Me! Forgot Password?
Jyotika Sharma
Max Heap is the heap in which every node’s key value will be greater than the key values present at its left and right child. From the max heap, we can easily find the maximum value storing node because it will be the root node of the tree.