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.
- Host: GitHub
- URL: https://github.com/muzakkirhossainminhaz/atcoder
- Owner: MuzakkirHossainMinhaz
- License: mit
- Created: 2022-12-30T10:20:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-18T08:03:35.000Z (2 months ago)
- Last Synced: 2025-03-18T09:23:19.454Z (2 months ago)
- Topics: atcoder, atcoder-solution, atcoder-solutions
- Language: C++
- Homepage: https://atcoder.jp/users/minhaz_cse
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.