Which data structure is needed to convert infix notations to
post fix notations?

Answer Posted / selate

STACK

Is This Answer Correct ?    33 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Now you are given an array of a characters (both ASCII and Kanji) and, an index into the array. The index points to the start of some character. Now you need to write a function to do a backspace (i.e. delete the character before the given index).

597


What is sorting explain?

558


Can you change size of array once created?

517


What is difference between array and arraylist? When will you use array over arraylist?

590


What are the advantages of linked list?

469






What is the Difference between treemap and hashmap?

553


What is frozenset?

535


Is heap sort faster than quicksort?

527


Which language is best for learning data structures and algorithms?

553


What is an array vs list?

542


Different Types of pattern?

609


What is the height of a binary tree?

559


What are the applications of stack?

558


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?

686


Does mentioning the array name gives the base address in all the contexts?

857