This repository contains the lab assignments and solutions for the 4th semester Data Structures and Algorithms (DSA) course.
These instructions assume you have git installed and configured on your system.
-
Clone the repository:
git clone https://github.com/seamoonpandey/4th-sem-DSA-lab.git
-
Navigate to the repository directory:
cd 4th-sem-DSA-lab
The labs are organized in folders named Lab-X
, where X is the lab number. Each lab folder contains:
- Lab instructions: A file named
instructions.txt
orREADME.md
that explains the lab objectives and requirements. - Solution code: A folder named
solution
(optional) that contains the code for the lab assignments. - Your code: You can create a folder named
your_code
(or any other name) to store your attempts at solving the lab problems.
This repository is intended for your personal learning and reference. You are welcome to contribute by:
- Adding solutions to the
solution
folder (if it exists). - Creating new lab folders with your own code and solutions.
Please note: This is a public repository, so be mindful of what you commit and push.
This repository is licensed under the MIT License. See the LICENSE file for more information.
test change