retagged by
347 views

1 Answer

Related questions

1 votes
1 votes
2 answers
1
smartmeet asked Jan 18, 2017
1,029 views
What we can do if the unary operator comes in infix notation while converting it into postfix/prefix notations? For example, this $a = -b+c*d/e+f↑g↑h-i*j$
4 votes
4 votes
1 answer
3
2 votes
2 votes
3 answers
4
learncp asked Jan 26, 2016
804 views
Insert the given values in the order in initially empty $\text{AVL}$ tree.$\text{34,21,10,27,24,43,15,6}$What is the value at the root of the tree$?$