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

https://github.com/brenofariasdasilva/master-utfpr

Repository containing a collection of exercises from various subjects in my Master's program.
https://github.com/brenofariasdasilva/master-utfpr

algorithms-and-data-structures c-cpp clang computational-management-of-business-processes green-computing master-degree software-testing

Last synced: about 2 months ago
JSON representation

Repository containing a collection of exercises from various subjects in my Master's program.

Awesome Lists containing this project

README

        



# [Master-UTFPR.](https://github.com/BrenoFariasdaSilva/Master-UTFPR)



---

This repository contains a collection of exercises from various subjects in my Master's program in Computer Science at the **Federal University of Technology – Paraná (UTFPR), Campo Mourão**. These exercises cover a range of topics relevant to my coursework, including algorithms and data structures, software engineering, and other advanced computing concepts.

The goal of this repository is to organize and track my progress while also serving as a reference for future studies. Feel free to explore the exercises, and if you find anything useful or have suggestions, contributions and discussions are always welcome!

---

![GitHub Code Size in Bytes](https://img.shields.io/github/languages/code-size/BrenoFariasdaSilva/Master-UTFPR)
![GitHub Commits](https://img.shields.io/github/commit-activity/t/BrenoFariasDaSilva/Master-UTFPR/main)
![GitHub Last Commit](https://img.shields.io/github/last-commit/BrenoFariasdaSilva/Master-UTFPR)
![GitHub Forks](https://img.shields.io/github/forks/BrenoFariasDaSilva/Master-UTFPR)
![GitHub Language Count](https://img.shields.io/github/languages/count/BrenoFariasDaSilva/Master-UTFPR)
![GitHub License](https://img.shields.io/github/license/BrenoFariasdaSilva/Master-UTFPR)
![GitHub Stars](https://img.shields.io/github/stars/BrenoFariasdaSilva/Master-UTFPR)
![wakatime](https://wakatime.com/badge/github/BrenoFariasdaSilva/Master-UTFPR.svg)



![RepoBeats Statistics](https://repobeats.axiom.co/api/embed/e0a31f32d2b0e70aa80a62dc869ad6f8c2dd3844.svg "Repobeats analytics image")

## Table of Contents
- [Master-UTFPR. ](#master-utfpr-)
- [Table of Contents](#table-of-contents)
- [Introduction](#introduction)
- [Setup](#setup)
- [Clone the repository](#clone-the-repository)
- [Contributing](#contributing)
- [Collaborators](#collaborators)
- [License](#license)
- [Apache License 2.0](#apache-license-20)

## Introduction

Detailed project description.

## Setup

### Clone the repository

1. Clone the repository with the following command:

```bash
git clone https://github.com/BrenoFariasDaSilva/Master-UTFPR.git
cd Master-UTFPR
```

## Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**. If you have suggestions for improving the code, your insights will be highly welcome.
In order to contribute to this project, please follow the guidelines below or read the [CONTRIBUTING.md](CONTRIBUTING.md) file for more details on how to contribute to this project, as it contains information about the commit standards and the entire pull request process.
Please follow these guidelines to make your contributions smooth and effective:

1. **Set Up Your Environment**: Ensure you've followed the setup instructions in the [Setup](#setup) section to prepare your development environment.

2. **Make Your Changes**:
- **Create a Branch**: `git checkout -b feature/YourFeatureName`
- **Implement Your Changes**: Make sure to test your changes thoroughly.
- **Commit Your Changes**: Use clear commit messages, for example:
- For new features: `git commit -m "FEAT: Add some AmazingFeature"`
- For bug fixes: `git commit -m "FIX: Resolve Issue #123"`
- For documentation: `git commit -m "DOCS: Update README with new instructions"`
- For refactorings: `git commit -m "REFACTOR: Enhance component for better aspect"`
- For snapshots: `git commit -m "SNAPSHOT: Temporary commit to save the current state for later reference"`
- See more about crafting commit messages in the [CONTRIBUTING.md](CONTRIBUTING.md) file.

3. **Submit Your Contribution**:
- **Push Your Changes**: `git push origin feature/YourFeatureName`
- **Open a Pull Request (PR)**: Navigate to the repository on GitHub and open a PR with a detailed description of your changes.

4. **Stay Engaged**: Respond to any feedback from the project maintainers and make necessary adjustments to your PR.

5. **Celebrate**: Once your PR is merged, celebrate your contribution to the project!

## Collaborators

We thank the following people who contributed to this project:




My Profile Picture


Breno Farias da Silva



## License

### Apache License 2.0

This project is licensed under the [Apache License 2.0](LICENSE). This license permits use, modification, distribution, and sublicense of the code for both private and commercial purposes, provided that the original copyright notice and a disclaimer of warranty are included in all copies or substantial portions of the software. It also requires a clear attribution back to the original author(s) of the repository. For more details, see the [LICENSE](LICENSE) file in this repository.