HamiIT
Sign inGet started
Home
Theme
ADD CONTENT

Sign in Required

Please sign in to add content

Sign In
ProgramsBSC CSITSemester 3Data Structure and Algorithms2078

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

12 Questions•75 Marks•TU

Tribhuvan University

Institute of Science and Technology

2078

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

Define Queue. Write are different applications of queue? Explain queue operations with example.

2

Explain circular linked list with example. How do you implement linked list operation in singly linked list? Explain.

3

What is binary search tree? Write a program to implement insertion and deletion algorithms in binary search tree.

SECTION B

Attempt any EIGHT question.

4

How do you find complexity of algorithms? Explain

5

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

6

What is priority queue? Why do you need this type of queue?

7

Write a recursive program to find nth fibonacci number.

8

Explain array implementation of list.

9

Hand test selection sort with array of numbers 4, 71, 32, 19, 61, 2, -5 in descending order.

10

Write a program to implement sequential search algorithm.

11

What is graph traversal? Explain.

12

Write short notes on: a. Divide and Conquer sorting b. AVL Tree

Showing 12 questions

*** END OF QUESTION PAPER ***

Exam Years

Sample Questions

Define Queue. Write are different applications of queue? Explain queue operations with example.

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

1. Definition of Queue A Queue is a linear data structure that follows the FIFO (First In, First Out) principle. - The element inserted first is removed first. - Insertion is done at the rear (end

Explain circular linked list with example. How do you implement linked list operation in singly linked list? Explain.

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

1. Circular Linked List (CLL) Definition A Circular Linked List is a linked list in which the last node points back to the first node instead of pointing to NULL. - It can be singly or doubly linke

What is binary search tree? Write a program to implement insertion and deletion algorithms in binary search tree.

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

1. Definition of Binary Search Tree (BST) A Binary Search Tree (BST) is a binary tree in which each node satisfies the following properties: - The left subtree of a node contains only nodes with val

How do you find complexity of algorithms? Explain

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

1. Definition of Complexity Algorithm complexity is a measure of the efficiency of an algorithm. It helps us understand: - Time Complexity: How much time an algorithm takes relative to input size n.

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

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

Step 1: Replace variables with values ABCD-x+ → 5 4 3 7 - x + (Assuming x means multiplication in this context; if it's subtraction, replace accordingly.) Here, let's consider x as multiplication .

And more questions available on this page.

About Data Structure and Algorithms Past Questions

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