what is binary tree?

Answer Posted / duchinna198227

A tree with at most two children for each node.

OR

A binary tree either

* is empty (no nodes), or
* has a root node, a left binary tree, and a right
binary tree.

Is This Answer Correct ?    32 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List some applications of queue data structure.

695


What are the differences between b tree and b+ tree?

658


Explain linked list in short.

660


What actions are performed when a function returns?

670


How do you rotate an AVL tree?

729


What is a spanning tree in data structure?

715


Write the stack overflow condition.

809


What are the different types of hash functions?

666


What’s the difference between enumeration and iterator interfaces?

678


Now you are given an array of a characters (both ASCII and Kanji) and, an index into the array. The index points to the start of some character. Now you need to write a function to do a backspace (i.e. delete the character before the given index).

698


How will you free the memory that is allocated at run time?

706


What is data structure and data type?

731


Define static data structures?

707


Why do we use data structures?

640


How to get a list of tables, views and columns in firebird database?

647