Which data structure is needed to convert infix notations to
post fix notations?
Answers were Sorted based on User's Feedback
What is bubble sort and selection sort?
Why set will not allow duplicates?
Which one is the simplest sorting in data structure?
Give a good data structure for having n queues ( n not fixed) in a finite memory segment. You can have some data-structure separate for each queue. Try to use at least 90% of the memory space.
What is binary tree in discrete mathematics?
List out few of the Application of tree data-structure?
Explain the expression trees?
Explain the principle of quicksort. What is its complexity?
What are the standard ways in which a graph can be traversed?
What are the different types of collections?
List out the disadvantages of using a linked list?
What is rule regarding overriding equals and hascode method?