What is binary tree?

Answer Posted / ajay

A binary tree is a data structure in which the nodes
contains at most two links(i.e.,left child and/or right
child)

Is This Answer Correct ?    18 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the Difference between treemap and hashmap?

495


What is default size of hashmap?

488


What is default array size?

569


List the area of applications where stack data structure can be used?

509


Which sorting algorithm has minimum number of swaps?

512






Differentiate between failfast and failsafe.

688


Explain the term base case?

519


Define dynamic data structures?

554


If you are using c language to implement the heterogeneous linked list, what pointer type should be used?

634


How can you implement a stack?

604


Which sorting algorithm is best for small data?

468


What are doubly linked lists?

581


How can we delete the first node from the singly linked list?

500


What's the difference between an array and vector?

506


How many types of arrays are there in visual basic?

454