This repository contains the assignments related to Data Structures in Python for the second semester of the MCA program at SIT (2023-2025). The assignments demonstrate the understanding and application of various data structures in Python.
Data Structures are a fundamental part of computer science and software engineering. This course covers the implementation and usage of different data structures in Python, enhancing problem-solving and coding skills.
The repository includes the following assignments:
- Assignment 1 - [Link or Description]
- Assignment 2 - [Link or Description]
- Assignment 3 - [Link or Description]
- Assignment 4 - [Link or Description]
- Assignment 5 - [Link or Description]
- Assignment 6 - [Link or Description]
- Assignment 7 - [Link or Description]
- Assignment 8 - [Link or Description]
To get started with the code in this repository, clone the repository to your local machine using the following command:
git clone https://github.com/ItzAkashBro/DS-in-Python-Assignment-SEM2-MCASIT-2023-2025.git
Ensure you have the following installed on your machine:
- Python 3.x
- Git
-
Navigate to the project directory:
cd DS-in-Python-Assignment-SEM2-MCASIT-2023-2025
-
(Optional) Create and activate a virtual environment:
python -m venv env source env/bin/activate # On Windows use `env\Scripts\activate`
-
Install the required dependencies (if any):
pip install -r requirements.txt
To run an assignment, navigate to the respective assignment folder and execute the Python script. For example, to run Assignment 1:
cd Assignment1
python assignment1.py
Feel free to connect with me on social media platforms:
- GitHub: Akash Mahanta GitHub
- Instagram: @ass.maan69
- LinkedIn: Akash Mahanta LinkedIn
- Twitter: @itzakashbro
- Facebook: @itzakashbro
Special thanks to all the instructors and contributors who helped in the learning process.
© [2023-2025] Akash Mahanta. All Rights Reserved.