Skip to content

aguiarth/problem-solving

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Problem-Solving Repository

Description

Welcome to my Problem-Solving Repository! This repository contains solutions to programming exercises implemented in different programming languages.

Introduction

This repository serves as a collection of my solutions to coding problems from online platforms and university classes. I created this repository to document my progress and share my solutions with the community, as a resource for problem-solving skills.

Feel free to explore the different directories to find solutions to specific problems or algorithms.

Structure and Contents

The repository is organized into directories based on language. Each directory contains solutions to individual problems.

This repository includes solutions to programming exercises in the following languages:

  • C
  • Python

Contributing

Contributions to this repository are welcome! If you would like to contribute your own solutions or improve existing ones, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature (git checkout -b feature/your-feature-name).
  3. Implement and commit your changes (git commit -am 'Add solution to Exercise X in Language Y').
  4. Push to your branch (git push origin feature/your-feature-name).
  5. Create a new pull request.

Please ensure that your code follows coding standards and includes appropriate documentation and test cases.

Disclaimer

Please note that while solutions provided here aim to be correct and efficient, they may not always be the optimal solution. There are often multiple ways to solve a problem in programming, and the solutions presented here may vary in approach. Additionally, solutions may be updated or improved over time as new techniques or optimizations are discovered.

License

This repository is licensed under the MIT License. You are free to use, modify, and distribute the code for personal and commercial purposes. By contributing to this repository, you agree to license your contributions under the same license.

Happy coding! 🚀

About

Solutions to various coding problems in different programming languages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published