An open API service indexing awesome lists of open source software.

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.

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!