What is binary tree?

Answer Posted / chinnadurai.s

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 ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a code for Implementation of stack and queues.

623


Write a Program for Linked list manipulation.

675


Run time memory allocation is known as in data structure?

598


Why do we need linked lists?

615


What is bubble sort and selection sort?

610






How do you find the space complexity of a bubble sort?

568


List out the basic operations that can be performed on a stack?

534


What are the different types of collections?

576


Differentiate between collection and collections.

692


What is the difference between 1d and 2d array?

560


Can hashmap have duplicate keys?

580


How do you find the complexity of a bubble sort?

546


What are the types of bulleted list?

523


Find duplicates in infinite range. Which data structure to be used to give efficient solution?

615


What do you mean by sorting data?

554