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

Answer Posted / deepa nayak

stack

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the order of selection sort?

612


Mention the steps to insert data at the starting of a singly linked list?

762


Is vector a collection?

646


What are doubly linked lists?

764


“int a[] = new int[3]{1, 2, 3}” – This a legal way of defining the arrays?

958


Can sets contain duplicates?

598


What do you mean by the term “percolate down”?

671


Given an array of integers, devise a program to replace every element with the next greatest element on the right side in the array. Also, replace the last element with 5 as there no element on the right side of it.

744


What is 1d array?

649


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 ].

740


What is the use of treemap?

703


What is data in computer science?

696


What is linear-logarithm chasm?

789


What is nsmutablearray?

619


What is perfect binary tree?

632