0% found this document useful (0 votes)
11 views

Stack Task

The document outlines tasks for students related to coding and data structures. Students are required to understand lab manual code, implement a versatile stack in C++, check for balanced parentheses using a stack, and reverse a string with a stack. These tasks emphasize practical programming skills and understanding of stack data structures.

Uploaded by

Ehtisham Amjad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views

Stack Task

The document outlines tasks for students related to coding and data structures. Students are required to understand lab manual code, implement a versatile stack in C++, check for balanced parentheses using a stack, and reverse a string with a stack. These tasks emphasize practical programming skills and understanding of stack data structures.

Uploaded by

Ehtisham Amjad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Tasks for Students

1. Understand and Execute code given in lab manual.

2. Implement a stack that can store different data types using C++.

3. Write a program that checks if a given string of parentheses is balanced using stack.

4. Reverse a string using a stack.

You might also like