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

https://github.com/jnsougata/assignments

Assignments I'm working on as part of my studies
https://github.com/jnsougata/assignments

data-structures dbms os programming

Last synced: 5 months ago
JSON representation

Assignments I'm working on as part of my studies

Awesome Lists containing this project

README

          

# 🎓 Assignments

## Overview

This repository contains assignments I'm working on as part of my studies during my time at my University. Each assignment is organized into separate folders, and this README provides an overview of the contents and instructions on how to navigate the repository.

## Table of Contents

1. [C_PRACTICAL_ASSIGNMENT](./01) - This folder contains the source code for C practical assignment. The purpose of this assignment is to demonstrate how to use the C programming language in a practical manner for beginners.

## Basic Folder Structure
```
assignments/
│
├── Assignment/
│ ├── a*.c (Contains the source code for Assignment)
│ ├── docs/
│ │ └── (Optional)
│ └── README.md (Optional)
```
## Contributing
If you find any issues or have suggestions for improvement, feel free to open an issue or create a pull request.

## License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for more details.