Answer Posted / saurabh
A binary tree is a tree in which all nodes are connected and
each node has indegree of maximum and outdegree of maximum 2
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which is more efficient merge sort vs quicksort?
Can you list out the areas in which data structures are applied extensively?
How many null values are allowed in hashmap?
What is the application of queue?
What is a hashmap in c?
What is the best case complexity of quicksort?
How to find 3rd element from end in a linked list in one pass?
What is time complexity of arrays sort?
Write a recursive c function to calculate the height of a binary tree.
Is bucket sort a comparison sort?
How is bubble sort done?
What is hashing in cyber security?
What is the meaning of anonymous array? Explain with an example?
When is a binary search best applied?
Can we create a null as a key for a map collection?