HamiIT
Sign inGet started
Home
Theme
ADD CONTENT

Sign in Required

Please sign in to add content

Sign In
ProgramsBSC CSITSemester 3Data Structure and Algorithms2080

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

12 Questions•75 Marks•TU

Tribhuvan University

Institute of Science and Technology

2080

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

Explain queue as an ADT. Write a program to implement linear queue. Compare linear queue with circular queue.

2

Define hash table and hash function. What is collision in hashing? Explain linear probing and quadratic probing with suitable example.

3

Explain AVL tree with example. Also, explain balancing algorithm for this tree.

SECTION B

Attempt any EIGHT question.

4

What is asymptotic analysis? Explain theta notation with example.

5

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

6

Explain tail recursion with example. Compare recursion with iteration.

7

Trace selection sort algorithm with array of numbers 2, 81, 6, 45, 11, 21, 23, 41, and 11.

8

Explain binary search with an example. What is the time complexity of binary search?

9

Write Dijkstra’s algorithm to find shortest path between any two vertices of a graph.

10

Write a program to implement insertion sort.

11

How can you use linked list to implement stack? Explain.

12

Write short notes on:

\quada. Abstract data type
\quadb. Circular linked list

Showing 12 questions

*** END OF QUESTION PAPER ***

Exam Years

Sample Questions

What is asymptotic analysis? Explain theta notation with example.

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

1. Asymptotic Analysis Definition Asymptotic analysis is a method used to analyze the performance of an algorithm by measuring how its time or space complexity grows as the input size (n) becomes ver

Explain queue as an ADT. Write a program to implement linear queue. Compare linear queue with circular queue.

Marks: 10Chapter: Unit 3: Queue (4 Hrs.)

Queue as an Abstract Data Type (ADT) Definition A Queue is a linear data structure that follows the FIFO (First In, First Out) principle. The element inserted first is removed first. Queue ADT Spe

Define hash table and hash function. What is collision in hashing? Explain linear probing and quadratic probing with suitable example.

Marks: 10Chapter: Unit 7: Searching and Hashing (6 Hrs.)

Hash Table Definition A Hash Table is a data structure that stores data in an array and allows fast insertion, deletion, and searching by using a hash function to compute an index. Example If keys

Explain AVL tree with example. Also, explain balancing algorithm for this tree.

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

AVL Tree (Definition & Concept) Definition An AVL Tree is a self-balancing Binary Search Tree (BST) in which the difference between the heights of the left and right subtrees of any node is at most 1

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

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

Stack (Definition) A Stack is a linear data structure that follows the LIFO (Last In, First Out) principle. The element inserted last is removed first. Examples: - Stack of plates - Undo/Redo op

And more questions available on this page.

About Data Structure and Algorithms Past Questions

This page contains the complete 2080 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 2080 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.