Which data structure is needed to convert infix notations to
post fix notations?
Answer Posted / pavan
Stack
Is This Answer Correct ? | 66 Yes | 6 No |
Post New Answer View All Answers
Can we declare array size as a negative number?
What is the Difference between treemap and hashmap?
Define a set?
What is array and structure?
Is hashmap a data structure?
What is the slowest sorting algorithm?
Differentiate between queue and stack.
What is the difference between file structure and storage structure?
What is the complexity of arraylist?
In what areas do data structures are applied?
What is sorting problem?
Now you are given an array of a characters (both ASCII and Kanji) and, an index into the array. The index points to the start of some character. Now you need to write a function to do a backspace (i.e. delete the character before the given index).
Define an algorithm.
Why do we study data structures?
Which time complexity is best?