1) How to design algorithms to implement the stack operations.
(2) Write a program to multiply any two matrices. (Using Basic)
and finally,
(3) Consider the algebraic expression E=(2x+y)(5a-b)^3. Draw the tree T which correspond to the expression E and find the pre-order traversal of T.