This repository contains my solutions to various coding challenges from Codewars. Codewars is a platform where developers can train on code challenges called kata. Each kata is set at a specific difficulty level and users can progress through the ranks by completing kata at increasingly higher difficulty levels.
Codewars provides a platform for developers to sharpen their coding skills by solving kata. Key features of Codewars include:
- Kata: Coding challenges categorized by difficulty level, ranging from beginner to expert.
- Ranking System: Users earn ranks based on the number of kata they complete and their overall performance.
- Community: A vibrant community of developers who can collaborate, discuss solutions, and learn from each other.
- TypeScript (ts)
root
│ src
│ ├── 8-kyu
│ │ ├── P[problem-number]-kata-name
│ │ │ ├── solution.ts
│ ├── 7-kyu
│ │ ├── P[problem-number]-kata-name
│ │ │ ├── solution.ts
│ .gitignore
│ package.json
│ tsconfig.json
│ README.md
In this repository, you'll find my solutions to various Codewars kata. Each solution is organized into its own directory named after the kata. Within each directory, you'll find the solution code along with any additional resources or notes related to the problem.
Feel free to explore the solutions, learn from them, and provide feedback if you have suggestions for improvement. Additionally, if you're also a Codewars user, you can compare your solutions to mine or even submit your own solutions via pull requests.
Note: Please do not push directly to the master
branch. Instead, create a new branch for your changes and submit a pull request for review.
If you'd like to contribute to this repository, you can do so by:
- Forking the repository to your GitHub account.
- Creating a new branch for your changes (
git checkout -b feature/new-feature
). - Making your changes and committing them (
git commit -am 'Add new feature'
). - Pushing your changes to your forked repository (
git push origin feature/new-feature
). - Creating a pull request to merge your changes into the
master
repository.
Please ensure that your contributions align with the repository's purpose and adhere to any contribution guidelines outlined in the repository.
If you have any questions, suggestions, or just want to chat about coding challenges, feel free to reach out to me via email or [GitHub Issues](https://github.com/araza95/codewars-solutions /issues).
Happy coding!