CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6

Thread: Heap

  1. #1
    Join Date
    Mar 2012
    Posts
    19

    Heap

    Hi,
    Write that determines whether or not an almost complete binary tree is a heap.
    Please

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,398

    Re: Heap

    What does your question have to do with this Forum:
    C++ Coding Project This forum is for a CodeGuru group project using C++
    Victor Nijegorodov

  3. #3
    Join Date
    Mar 2012
    Posts
    19

    Re: Heap

    Quote Originally Posted by VictorN View Post
    What does your question have to do with this Forum:
    ok,excuse me
    but can you help me?

  4. #4
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,398

    Re: Heap

    Quote Originally Posted by irpersian20 View Post
    ok,excuse me
    but can you help me?
    No, because I don't understand what you mean.
    Victor Nijegorodov

  5. #5
    Join Date
    Mar 2012
    Posts
    19

    Re: Heap

    Quote Originally Posted by VictorN View Post
    No, because I don't understand what you mean.
    Write an algorithm that determines whether or not an almost complete binary tree is a heap.

  6. #6
    Join Date
    Jan 2010
    Posts
    1,133

    Re: Heap

    As BioPhysEngr already told you at your duplicate thread (at the right forum though ), it's against the policy of CodeGuru Forums to do homeworks and such for you. The idea here is to help you gain knowledge and assist you in a way that will enable you to do this yourself, and hopefully to be able to cope with similar problems in the future on your own.

    So, go to the appropriate forum, and state what is the problem, what is it that you don't understand, specifically.
    That is, if you're serious about this.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured