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

https://github.com/muzakkirhossainminhaz/atcoder

A collection of competitive programming solutions for various problems solved on AtCoder, written to enhance problem-solving skills and algorithmic thinking.
https://github.com/muzakkirhossainminhaz/atcoder

atcoder atcoder-solution atcoder-solutions

Last synced: 2 months ago
JSON representation

A collection of competitive programming solutions for various problems solved on AtCoder, written to enhance problem-solving skills and algorithmic thinking.

Awesome Lists containing this project

README

        

# AtCoder Solutions

This repository contains my solutions to various competitive programming problems from [AtCoder](https://atcoder.jp/). These solutions showcase my approach to solving problems of varying difficulty, ranging from beginner to advanced levels.

## πŸ› οΈ Technologies Used

The solutions are primarily implemented in:

- **C**
- **C++**
- Other languages as needed (if applicable).

## πŸ“‚ Repository Structure

The repository is organized as follows:

```text
πŸ“ ContestName/
πŸ“„ ProblemName.cpp # C++ Solution
πŸ“„ ProblemName.c # C Solution
```

- **ContestName**: The name of the contest (e.g., Beginner Contest 100).
- **ProblemName**: The specific problem (e.g., A, B, or a descriptive title).

## 🌟 Features

- Clean and well-commented code.
- Multiple solutions to showcase different approaches where applicable.
- Focus on algorithm optimization and competitive programming techniques.

## πŸ”— Useful Links

- [AtCoder Official Website](https://atcoder.jp/)
- [My AtCoder Profile](https://atcoder.jp/users/minhaz_cse)

## 🀝 Contributions

Feel free to fork this repository, raise issues, or submit pull requests. Let’s learn and grow together!

## πŸ“œ License

This repository is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.