【題組】(6) Suppose that we use a stack to transform an infix expression with m operands and n operators
問題詳情
【題組】(6) Suppose that we use a stack to transform an infix expression with m operands and n operators. What is the size of the stack? (A) O(n/m) (B) O(n) (C) O(m+n) (D)O(mn) (E) None of the above.