Sponsored Links


Results 1 to 3 of 3

Thread: What is difference among Binary Tree, Complete Binary Tree and Binary Search Tree?

  1. #1
    Administrator Vuhelper's Avatar
    Join Date
    Apr 2011
    Posts
    9,578

    Lastfm What is difference among Binary Tree, Complete Binary Tree and Binary Search Tree?

    Sponsored Links1


    What is difference among Binary Tree, Complete Binary Tree and Binary Search Tree?

    A binary tree is a tree data structure in which each node has at most two child nodes, usually distinguished as "left" and "right". Nodes with children are parent nodes, and child nodes may contain references to their parents.

    Complete Binary Tree: A complete binary is a binary tree in which all non-leaf nodes have two children and all leaf nodes are found at tree depth level. OR

    A binary tree which is completely filled except possibly for bottom level, which filled from left to right.

    A Binary search tree is a special type of binary tree with added property that for each node, the left child is less than parent is less than or equal to right child.

  2. #2
    Junior Member
    Join Date
    Mar 2012
    Posts
    1
    his answer is ri8

  3. #3
    Administrator Xpert's Avatar
    Join Date
    May 2010
    Location
    Jhelum
    Posts
    6,239
    you are welcome dear.

    Sponsored Links

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Threaded Binary Tree? in C++ 2012
    By Vuhelper in forum C++ Programing
    Replies: 0
    Last Post: 01-05-2012, 11:25 PM
  2. Replies: 0
    Last Post: 01-04-2012, 09:25 PM
  3. Replies: 0
    Last Post: 01-04-2012, 09:23 PM
  4. Replies: 0
    Last Post: 11-05-2011, 05:27 PM
  5. Replies: 0
    Last Post: 11-05-2011, 05:24 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
-: Vuhelp Disclaimer :-
None of the files shown here are hosted or transmitted by this server. The links are provided solely by this site's users. The administrator's or staff of Vuhelp.net cannot be held responsible for what its users post, or any other actions of its users. You may not use this site to distribute or download any material when you do not have the legal rights to do so. It is your own responsibility to adhere to these terms. If you have any doubts about legality of content or you have any suspicions, feel free to contact us.
Online Education | JhelumSoft