What are binary trees?

Answer Posted / hr@tgksolutions.com

An extension of the linked list structure, a binary tree contains no more than two children per node.
There are always two nodes in a binary tree: a left node and a right node.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many types of lists are there?

678


What is the difference between hashset and hashmap?

700


What is java priority queue?

706


What will you prefer for traversing through a list of elements between singly and doubly linked lists?

718


How does sort function work?

660


What is data structure operations?

758


Why is null not allowed in concurrenthashmap?

644


Which interface provides the capability to store objects using a key-value pair?

775


What is difference between stack and queue?

650


How does shell sort work?

707


Define a path in a tree?

707


How many sorting algorithms are there?

742


Are sets sorted?

682


What is application of data structure?

650


Is treemap sorted?

711