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
- Host: GitHub
- URL: https://github.com/jnsougata/assignments
- Owner: jnsougata
- License: mit
- Created: 2023-11-12T09:46:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-15T02:31:33.000Z (about 2 years ago)
- Last Synced: 2025-03-04T23:32:39.121Z (10 months ago)
- Topics: data-structures, dbms, os, programming
- Language: C
- Homepage:
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.