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
How is the front of the queue calculated ?
Which sorting is best and why?
Define rehashing?
How do arrays work?
Explain what are the major data structures used in the rdbms?
How do I use quick sort?
Explain what is binary search?
Which is best array or linked list?
Differentiate between hashset and treeset.
Briefly explain recursive algorithm?
How can we remove loops in a linked list? What are the functions of fast and slow pointers?
Tell me how to find middle element of linked list in one pass?
How does insertion sort works?
Write program for Quick sort ?
How do you use merge sort?