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


Please Help Members By Posting Answers For Below Questions

What is data type in data structure?

506


Why is hashmap not thread safe?

497


What are the different types of data structures explain briefly?

539


What is data and information explain with example?

551


How many types of arrays are there in visual basic?

454






What do you mean by data and data structure?

502


What is difference between data type and variable?

473


What do you mean by collision in hashing?

563


How to sort 1 million floating point numbers?

680


What is mergesort and hashtable?

648


What is difference between capacity and size of arraylist?

486


What do you mean by garbage collection?

525


Is binary tree balanced?

475


Which is faster array or linked list?

458


What are skew trees? For a tree with 4 nodes draw all possible binary? Generalize for n nodes how many binary trees can be drawn?

629