Hello, I am currently taking software design and analysis classand have a question about those 3 in cpp, can you please help me?thank you
- What is the complexity of pop()? push()? top()?size()? isEmpty()?
- Write a C++ implementation of push() in a linked-chainimplementation of stack
- Write a C++ implementation of pop() in a linked-chainimplementation of stack