This repository contains my solutions to coding problems from various online judges and platforms such as LeetCode, Codeforces, CatCoder, and more. It also includes solutions from personal practice sessions.
The solutions in this repository are primarily written in:
- Java
- Kotlin
Each folder contains platform-specific problems, solution files, and a detailed README with:
- ✅ Problem name
- 🔗 Link to the original problem
- 📝 Description
- 💻 Programming language
| Platform | Solutions |
|---|---|
| Codeforces | Competitive problems from codeforces.com |
| LeetCode | Algorithm & data structure problems from leetcode.com |
| CatCoder | Solutions from CatCoder challenges |
To explore the solutions:
- Clone the repository:
git clone https://github.com/mrf1n/coding-solutions.git
- Navigate to the desired platform folder:
cd coding-solutions/codeforces-com - Open the solution files in your preferred IDE (e.g., IntelliJ, Eclipse, VS Code) or run them using command-line tools.
While this project is primarily for personal use, contributions are welcome! Feel free to fork the repo, submit issues, or open pull requests to improve or expand the collection.