Convert the following infix expression to post fix notation
((a+2)*(b+4)) -1

Answer Posted / arun chowdary g

a2+b4+*1- is correct because in postfix traversals are from
left, right and then root.

Is This Answer Correct ?    37 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

State the difference between stacks and linked lists?

516


State the demerit of linear representation of binary trees?

479


Will it create any problem if we add elements with key as user defined object into the treemap?

520


Write the recursive c function to count the number of nodes present in a binary tree.

476


What is ds heap sort?

483






Differentiate between iterable and iterator.

671


What type of data structure is used to perform recursion?

522


Does hashmap maintain insertion order?

493


Provide an algorithm to reverse a linked list without using recursion.

514


What is frozenset?

475


How does a hashtable work?

462


How do hash tables work?

501


Explain Queue

642


What is the time complexity of hashmap get () and put () method?

452


What is a threaded binary tree? Explain its operation with example?

666