What is binary tree?
Answers were Sorted based on User's Feedback
Answer / yenealem
It is a data structure on that every node on the tree
contains at most two children in the tree.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / manish kit
A binary tree is a non liniear data structure in which
there must be both child of each node acxept leaf node
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / siya
a binary tree is a tree,whose root has degree 2 and other
nodes has degree 2or 3.
Is This Answer Correct ? | 1 Yes | 3 No |
Name few collections map implementations?
An array having 100 elements have numbers from 1 to 99 randomly out of which any number is repeated. Find the repeated number in minimum time and space complexity.
Complete structure of hashmap, very detail description, along with the basic coding of the hashmap internal implementation.
what is the biggest advantage of linked lists?
Which sorting algorithms are in place?
write a program to show the insertion and deletion of an element in an array using the position
What are dynamic data structures?
What is dequeue operation?
In rdbms, explain what is the efficient data structure used in the internal storage representation?
What is circular queue in data structure?
Difference between calloc and malloc in data structures?
Is a hash table a map?