CSc
Across
- 1. method to serialize objects in python(4)
- 5. method used to read a python object from file(4)
- 8. another name for postfix expression
- 10. Stack is a ____ data structure (6)
- 11. module for serialising and deserialising python objects(6)
- 13. application of stack
- 14. Number of elements in a stack (4)
- 15. elements are added to top of a stack
- 17. principle followed by stack(4)
- 18. Python method used for insertion (6)
Down
- 2. Deletion from an empty stack causes this (9)
- 3. built in method used to remove an existing item from stack
- 4. Operation used to insert an element (4)
- 6. Insertion into a full stack causes this (8)
- 7. View top element without removing it (4)
- 9. data structure is used to convert infix expression to postfix expression
- 11. operators before operands
- 12. Stack implementation structure (4)
- 16. Operation used to remove an element (3)