InterviewSolution
Saved Bookmarks
| 1. |
If 2 stacks are implemented using a single array of size n, each growing from opposite ends. what would be the condition to check Overflow, so that memory can be utilized effectively? |
| Answer» TOP 1 == top 2I am EXPECTING this answerExplanation:thats all | |