InterviewSolution
Saved Bookmarks
| 1. |
In balancing parentheses algorithm, the string is read from?(a) right to left(b) left to right(c) center to right(d) center to leftThis interesting question is from Application of Stacks in section Application of Stacks of Data Structures & Algorithms II got this question by my school teacher while I was bunking the class. |
|
Answer» Correct option is (B) left to right |
|