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
What is the order of selection sort?
Mention the steps to insert data at the starting of a singly linked list?
Is vector a collection?
What are doubly linked lists?
“int a[] = new int[3]{1, 2, 3}” – This a legal way of defining the arrays?
Can sets contain duplicates?
What do you mean by the term “percolate down”?
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.
What is 1d array?
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 ].
What is the use of treemap?
What is data in computer science?
What is linear-logarithm chasm?
What is nsmutablearray?
What is perfect binary tree?