HamiIT
Sign inGet started
Home
Theme
ADD CONTENT

Sign in Required

Please sign in to add content

Sign In
ProgramsBSC CSITSemester 3Data Structure and Algorithms2077

BSC CSIT Semester 3 – Data Structure and Algorithms 2077 TU Final Exam Questions & Answers

12 Questions•75 Marks•TU

Tribhuvan University

Institute of Science and Technology

2077

Bsc CSIT / Semester 3 / Science

Computer Science and Information Technology

Data Structure and Algorithms

Full Marks: 60 + 20 + 20

Pass Marks: 24 + 8 + 8

Time: 3 Hours

Candidates are required to give their answers in their own words as far as practicable.

The figures in the margin indicate full marks.

SECTION A

Attempt any TWO question.

1

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

2

Differentiate between singly linked list and doubly linked list. How do you insert and delete a node from doubly linked list? Explain.

3

What is shortest path? Explain Dijkstra algorithm for finding shortest path using suitable example.

SECTION B

Attempt any EIGHT question.

4

What is dynamic memory allocation? Compare data structure with abstract data type.

5

Explain algorithm for evaluation of postfix expression using stack

6

Explain queue as an ADT.

7

Write a recursive program to find GCD of two numbers.

8

What is linked list? How is it different from array?

9

Hand test bubble sort with array of numbers 53, 42, 78, 3, 5, 2, 15 in ascending order.

10

What is hashing? Explain concept of hash table and hash function with example.

11

What is minimum spanning tree? Explain

12

Write short notes on: a. Tail recursion b. Collision resolution techniques

Showing 12 questions

*** END OF QUESTION PAPER ***

Exam Years

Sample Questions

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

Marks: 10Chapter: Unit 2: Stack (4 Hrs.)

1. Definition of Stack A Stack is a linear data structure that follows the principle of LIFO (Last In, First Out). - The element inserted last is removed first. - All insertions and deletions take p

Differentiate between singly linked list and doubly linked list. How do you insert and delete a node from doubly linked list? Explain.

Marks: 10Chapter: Unit 5: Lists (8 Hrs.)

1. Difference between Singly Linked List (SLL) and Doubly Linked List (DLL) | Feature | Singly Linked List (SLL) | Doubly Linked List (DLL) | |---------|-------------------------|---------------------

What is shortest path? Explain Dijkstra algorithm for finding shortest path using suitable example.

Marks: 10Chapter: Unit 8: Trees and Graphs (8 Hrs.)

1. Shortest Path (Definition) The shortest path between two vertices in a graph is the path with the minimum total weight (or distance) among all possible paths connecting them. - Graph types: Wei

What is dynamic memory allocation? Compare data structure with abstract data type.

Marks: 5Chapter: Unit 1: Introduction to Data Structures & Algorithms (4 Hrs.)

Definition Dynamic memory allocation is the process of allocating memory to a program at runtime instead of at compile time. It allows a program to request memory from the heap as needed, making effic

Explain algorithm for evaluation of postfix expression using stack

Marks: 5Chapter: Unit 2: Stack (4 Hrs.)

Algorithm to Evaluate Postfix Expression 1. Definition A postfix expression (also called Reverse Polish Notation) is an expression in which the operator comes after the operands. Example: 2354+9- A

And more questions available on this page.

About Data Structure and Algorithms Past Questions

This page contains the complete 2077 TU Final examination paper for Data Structure and Algorithms, part of the BSC CSIT Semester 3 curriculum. All questions are from official Tribhuvan University (TU) exam papers.

How to Use This Resource

  • Practice each question thoroughly before checking the answer
  • Use the answers as reference to understand the expected format
  • Time yourself to simulate exam conditions
  • Review chapter concepts if you struggle with any question
  • Link to specific questions using #q1, #q2, etc. in the URL

Related Resources

← Back to Data Structure and Algorithms Chapters

Data Structure and Algorithms 2077 TU Final past questions with answers for BSC CSIT students in Nepal. Prepare for Tribhuvan University (TU) exams with our comprehensive question bank and model answers.

H
Hami IT

Empowering IT students with quality education resources and comprehensive exam preparation materials.

Programs

  • Flutter
  • Java
  • DevOps

Company

  • About Us
  • Contact
  • Terms of Service
  • Privacy Policy

Contact

  • 📧contact@hamiit.com
  • 📞+977 9813706443
  • 📍Kathmandu, Nepal

Community

  • Join Discord
  • Report a bug
  • Request feature

© 2026 Hami IT. All rights reserved.