Which data structure is needed to convert infix notations to
post fix notations?
Answer Posted / naresh
stack...since the operator last placed must be retrieved
first.
| Is This Answer Correct ? | 23 Yes | 5 No |
Post New Answer View All Answers
Which data structures are applied when dealing with a recursive function?
Explain singly linked list in short.
What is array define its types?
Write the postfix form of the expression: (a + b) * (c - d)
Write any two principles of gradation of structures.
Define hash function?
What are the advantages of merge sort?
Define non-terminal nodes in a tree?
What is the logic to reverse the array?
Why do we need to recycle?
write a code for Implementation of stack and queues.
What are the major data structures used in the network data model?
How to get the index of an array element?
Is array a data structure?
Which is faster hashmap or hashtable?