Evaluate the following prefix expression " ++ 26 + - 1324"
Answers were Sorted based on User's Feedback
Answer / uma
the infix notation is
(2+6)+ 13+(2-4)
8+(13-2)
8+11
19
| Is This Answer Correct ? | 25 Yes | 42 No |
Can treeset have duplicates?
Who invented merge sort?
Differentiate between iterator and enumeration.
What is max heapify?
Which is the best book for data structures and algorithms?
What member function places a new node at the end of the linked list?
Which sorting is best in time complexity?
What do you mean by balance factor of a node in avl tree?
What are basic algorithms?
What are the properties of an algorithm?
Can hashmap store null values?
Write a recursive c function to calculate the height of a binary tree.