Welcome to the CodingChallenges repository! This repository contains solutions to coding problems from key coding challenge platforms, implemented in various programming languages.
This repository is a collection of solutions to popular coding problems sourced from well-known coding challenge sites. Whether you're preparing for interviews, honing your problem-solving skills, or just looking to learn a new language, this repository aims to provide high-quality and well-documented solutions.
Currently, the repository includes solutions in the following languages:
- C#
- Java
- Python
- JavaScript
- C++
- Go
- Ruby
- Swift
- Kotlin
- TypeScript
Feel free to contribute solutions in any other language you are proficient in!
The coding problems in this repository are sourced from the following platforms:
- LeetCode
- HackerRank
- Codeforces
- CodeChef
- GeeksforGeeks
- Exercism
- Project Euler
- AtCoder
- TopCoder
- Advent of Code
Each language has its own directory, and within each directory, you'll find subdirectories for the platforms. The solutions are named according to the problem they solve, along with a README file for each problem that includes:
- Problem Statement
- Explanation of the Solution
- Time and Space Complexity Analysis
- Alternative Approaches (if any)
- References to the platform problem link
Contributions are welcome! If you'd like to contribute, please follow these steps:
- Fork this repository.
- Clone the forked repository to your local machine.
- Create a new branch for your feature or bug fix.
- Commit your changes, ensuring each solution has a corresponding
README.md
file. - Push the changes to your fork.
- Create a Pull Request to merge your changes into the main repository.
Please make sure your code follows the style guidelines of the respective language and that your solution is correct and efficient.
This project is licensed under the MIT License - see the LICENSE file for details.
Happy Coding!