0% found this document useful (0 votes)
4 views2 pages

Computer Science Lab Assignments Guide

The document outlines two lab assignments for students in the Department of Computer Science & Engineering, detailing practical programming tasks. Lab Assignment 01 includes tasks related to data structures such as stack, queue, linked list, tree, and graph, with a submission date of 10/11/2025. Lab Assignment 02 focuses on search and sorting algorithms, including binary search, quick sorting, selection sorting, and linear search, with a submission date of 12/11/2025.

Uploaded by

soniabhay2008
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)
4 views2 pages

Computer Science Lab Assignments Guide

The document outlines two lab assignments for students in the Department of Computer Science & Engineering, detailing practical programming tasks. Lab Assignment 01 includes tasks related to data structures such as stack, queue, linked list, tree, and graph, with a submission date of 10/11/2025. Lab Assignment 02 focuses on search and sorting algorithms, including binary search, quick sorting, selection sorting, and linear search, with a submission date of 12/11/2025.

Uploaded by

soniabhay2008
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

Faculty of Engineering & Technology

Department of Computer Science & Engineering

Lab Assignment - 01
• Student Name:
• Student Code:
• Program:
• Semester:
• Subject:
• Date of Submission:

Marks: ……………….. Sign with Date

List of Practical Tasks


Q.1: Write a program to define stack.

Q.2: Write a program to define Queue

Q.3: Write a program to define Linked List.

Q.4: Write a program to define Tree.

Q.5: Write a program to define Graph.

Submission Date:-10/11/2025
Faculty of Engineering & Technology
Department of Computer Science & Engineering

Lab Assignment - 02
• Student Name:
• Student Code:
• Program:
• Semester:
• Subject:
• Date of Submission:

Marks: ……………….. Sign with Date

List of Practical Tasks

Q.1: Write a program to do binary search.

Q.2: Write a program to quick sorting.

Q.3: Write a program to selection sorting.

Q.4: Write a program to describe a doubly Linked list.


Q.5: Write a program to do linear search

Submission Date:-12/11/25

You might also like