Which data structure is needed to convert infix notations to
post fix notations?
Answer Posted / mehdi
stack
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
Which sort is best for linked list?
How to get largest and smallest number in an array?
What is precision in data structures?
Are linked lists considered linear or non-linear data structures?
Tell us the difference between merge and quick sort. Which one would you prefer and why?
What is data structure and why we need them?
How many passes are required in bubble sort?
Differentiate bfs and dfs?
Why is hashmap not thread safe?
What is a postfix expression?
What data type is array?
What is the difference between b tree and binary search tree?
What happens if we try to insert duplicate key in hashmap?
How will you free the memory that is allocated at run time?
Write the syntax in c to create a node in the singly linked list.