State the rules to be followed during infix to postfix conversions?
Answer / Chandra Mohan Singh
1. Perform the operations inside parentheses first (highest precedence).n2. Perform exponentiation before multiplication and division, which have equal precedence, from left to right.n3. Perform addition and subtraction, which also have equal precedence, from left to right.n4. If there are multiple operators of the same type, convert all but one into postfix notation and parenthesize it (left-to-right order).
| Is This Answer Correct ? | 0 Yes | 0 No |
Define disjoint set adt?
Two linked lists are given, find out the sum of them without altering the linked list?
If you do not initialize an array what will happen?
What is sorted list in data structure?
What are the four types of variables?
How does insertion sort works?
Why null is not allowed in treemap?
Is a hashmap a dictionary?
What is a Breadth First Search? Give a few of its applications.
What are linked lists most commonly used for?
What is circular queue example?
What is a hashset?