Answer Posted / wizard
A binary tree is a tree which has every node has exactly two
links i.e left and right link
Is This Answer Correct ? | 30 Yes | 7 No |
Post New Answer View All Answers
Write an algorithm to show the postfix expression with the input given as : a b + c d +*f ? .
A lot of data structures related programs related to only trees and graphs, like the diameter of a tree, removing the loops in a graph etc.
How does linkedhashset work internally?
What do you know about traversal in linked lists?
Which sort algorithm is best?
Can you provide some implementation of a dictionary having large number of words?
What is the difference between data type and data structure?
What things you would care about to improve the performance of application if its identified that its db communication that needs to be improved?
What is quick sort example?
What is sequential mapping in data structure?
How does a hashtable work?
What is the advantage of the heap over a stack?
Is list a data type?
What is circular linked list?
What is a data structure? What are the types of data structures?