Chapter Study

BSC CSIT Semester 3 Data Structure and Algorithms () Questions & Answers | Past TU Exam Papers

Practice from Data Structure and Algorithms with detailed solutions and model answers from past Tribhuvan University exams.

7
Questions
45
Marks
Back to All Chapters

Explain push and pop operations of stack. What are different applications of stack?

MediumTHEORY5 marks2080(TU Final)

Convert the infix expression A+(((B-C)*(D-E)+F)/G)$(H-I) into post expression using stack.

MediumTHEORY5 marks2081(TU Final)

How recursive algorithm uses stack to store intermediate results? Illustrate with an example. Convert the infix expression A+B-(CD/E+F)-GH into postfix expression using stack.

HardTHEORY10 marks2079(TU Final)

Evaluate the postfix expression 574-*8/4+ using stack.

MediumTHEORY5 marks2079(TU Final)

Evaluate the expression ABCD-x+ using stack where A=5, B=4, C=3 and D=7

MediumTHEORY5 marks2078(TU Final)

What is stack? What are the different applications of stack? Explain stack operations with example.

HardTHEORY10 marks2077(TU Final)

Explain algorithm for evaluation of postfix expression using stack

MediumTHEORY5 marks2077(TU Final)
Showing 7 questions

Unit 2: Stack (4 Hrs.) chapter questions with answers for Data Structure and Algorithms (BSC CSIT Semester 3). Prepare for TU exams with our comprehensive question bank and model answers.