Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7963007
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T05:30:33+00:00 2026-06-04T05:30:33+00:00

Can any one explain why the time complexity for generating a binary heap from

  • 0

Can any one explain why the time complexity for generating a binary heap from a unsorted array using bottom-up heap construction is O(n) ?

(Solution found so far: I found in Thomas and Goodrich book that the total sum of sizes of paths for internal nodes while constructing the heap is 2n-1, but still don’t understand their explanation)

Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T05:30:34+00:00Added an answer on June 4, 2026 at 5:30 am

    Normal BUILD-HEAP Procedure for generating a binary heap from an unsorted array is implemented as below :

    BUILD-HEAP(A)
     heap-size[A] ← length[A]
      for i ← length[A]/2 downto 1
       do HEAPIFY(A, i)
    

    Here HEAPIFY Procedure takes O(h) time, where h is the height of the tree, and there
    are O(n) such calls making the running time O(n h). Considering h=lg n, we can say that BUILD-HEAP Procedure takes O(n lg n) time.

    For tighter analysis, we can observe that heights of most nodes are small.
    Actually, at any height h, there can be at most CEIL(n/ (2^h +1)) nodes, which we can easily prove by induction.
    So, the running time of BUILD-HEAP can be written as,

    lg n                     lg n
    ∑ n/(2^h+1)*O(h)  = O(n* ∑ O(h/2^h)) 
    h=0                      h=0  
    

    Now,

    ∞   
    ∑ k*x^k = X/(1-x)^2
    k=0              
                   ∞ 
    Putting x=1/2, ∑h/2^h = (1/2) / (1-1/2)^2 = 2
                   h=0     
    

    Hence, running time becomes,

    lg n                     ∞   
    O(n* ∑ O(h/2^h))  = O(n* ∑ O(h/2^h))  = O(n)
    h=0                      h=0  
    

    So, this gives a running time of O(n).

    N.B. The analysis is taken from this.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can anyone explain the below code can any one give some real time explanation
this is the first time i am working with CKEditor. any one can explain
Can any one explain how Java SimpleTimeZone rules are interpreted. For example a rule
Can any one explain the difference between Scroll View and List View? When to
Can any one explain the difference between and usage of OR operator ( ||
I tried to analyse the FieldCacheImpl in Solr 3.5.0, can any one explain me
can any one precisely explain the difference between ASP.NET MVC1 vs MVC2.. and if
I wanted to know if any one can explain the control flow of the
Can any one expain how to avoid seeing lines when using BlendMode.ERASE in AS3?
can any one give an idea how google pick search results with no time(80ms

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.