Which data structure is needed to convert infix notations to
post fix notations?
Answer Posted / ankita roy
stack
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is the difference between linked list and array?
What method removes the value from the top of a stack?
Is quicksort greedy algorithm?
Explain what are the major data structures used in the network data model?
Which is best book for data structures?
an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].
What is meant by int?
How do you declare An array of three pointers to chars
What is a sorting algorithm in data structure?
Is hashmap keyset ordered?
For searches. Which one is most preferred: array list or linked list?
Discuss the difference between a stack and an Array?
How can we reverse the order in the treemap?
Define data type and what are the types of data type?
Define a complete binary tree?