Difference between Bayer tree and binary search tree? (BCA 3rd semester)


 Points of Bayer Tree 




  • Bayer tree is a only two children.                                                      
  • We general name left and right.                                                        
  • A Bayer tree is a special type of tree.                                               
  • Bayer tree is a important class of a tree data structure.    
                  
  • The Tree include the root element Bayer tree.                                     
  • Insert and delete element in Bayer tree.                                            
  • Bayer tree is use for store the data A Bayer tree is a balance m- tree.                                                                                                         
  • When a new value enter in a full node.                                                 
  • Bayer tree real from bottom to up.                                                       
  • The elements nodes at the same level.


Points of Binary Search Tree    

  • Minimum possible value in Binary Search Tree.                                   
  • It is a special two digit number in a Binary search tree.                           
  • Count Binary Search tree nodes that lie in a given range.                                
  • Merge two element step by step.                                                               
  • Reverse a way  in Binary Search tree using a quake.                                                 
  • Find the node minimum value in a Binary Search tree.                                           
  • Binary Search Tree is a mainly use for process data.                            
  • Binary Search Tree consist of left and right sub tree.                                         
  • Binary Search Tree read from top to bottom.                                              
  • The new value are insert according to Binary Search Tree.
    

No comments:

Post a Comment

If you have any doubts, Please lets me know and Please Follow our Website