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
Define level of the tree?
Are hash tables ordered?
Describe queue operation.
Explain the internal working of a hash map?
What is indexing an array?
Why is quicksort unstable?
Write any two principles of gradation of structures.
Can treeset have duplicates?
Why is hashing used?
What are priority queues?
We know that Arrays are objects so why cannot we write strArray.length()?
Define left-in threaded tree?
What is the complexity of selection sort?
What is a reverse linked list.
What are different types of algorithms?