InterviewSolution
Saved Bookmarks
| 1. |
Consider the usual algorithm for determining whether a sequence of parentheses is balanced. The maximum number of parentheses that appear on the stack AT ANY ONE TIME when the algorithm analyzes: (()(())(()))?(a) 1(b) 2(c) 3(d) 4 or moreIt is really nice to ask questions here. Thank you |
|
Answer» The correct answer is (c) 3 |
|