https://github.com/zeekersky/activities
This repository contains assignment solutions for various courses conducted at IIT Mandi. The content spans across different topics, including Data Structures and Algorithms (DSA), Computer Vision, and the Computer Science Practicum course.
https://github.com/zeekersky/activities
algorithms algorithms-and-data-structures computer-science computer-vision cpp data-structures python3
Last synced: about 2 months ago
JSON representation
This repository contains assignment solutions for various courses conducted at IIT Mandi. The content spans across different topics, including Data Structures and Algorithms (DSA), Computer Vision, and the Computer Science Practicum course.
- Host: GitHub
- URL: https://github.com/zeekersky/activities
- Owner: Zeekersky
- Created: 2023-11-05T17:03:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-06T07:48:09.000Z (11 months ago)
- Last Synced: 2025-01-29T06:40:55.402Z (10 months ago)
- Topics: algorithms, algorithms-and-data-structures, computer-science, computer-vision, cpp, data-structures, python3
- Homepage:
- Size: 135 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Activities: IIT Mandi Assignments
This repository contains assignment solutions for various courses conducted at IIT Mandi. The content spans across different topics, including Data Structures and Algorithms (DSA), Computer Vision, and the Computer Science Practicum course.
## Repository Structure
The assignment solutions are organized in the **master branch** and include:
### 1. Data Structures and Algorithms (DSA)
- Solutions to DSA assignments with a focus on foundational algorithms, data structures, and problem-solving techniques.
### 2. Computer Vision
- Assignments covering key concepts in computer vision, including image processing, feature extraction, and neural networks.
### 3. Computer Science Practicum
- Practical assignments focusing on the application of theoretical computer science concepts to real-world problems.
## Branch Information
- **Main Branch:** Contains the introductory `README.md` file and other repository documentation.
- **Master Branch:** Hosts all assignment solutions for the courses mentioned above.
## Usage
##### 1. Switch to the **master branch** to access the assignment solutions.
##### 2. Clone the repository using the following command:
```bash
git clone -b master
```
## Disclaimer
This repository is intended for educational purposes only. Please use the material responsibly and adhere to academic integrity policies.
---
Feel free to explore and learn from these assignments. If you have any questions or suggestions, feel free to open an issue or submit a pull request!