Skip to content

This repository is dedicated for codewars problem that I have solved on code-wars platform

Notifications You must be signed in to change notification settings

alifarooq-zk/codewars-solutions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codewars Problem Solutions

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.

About Codewars

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.

Language Used

  • TypeScript (ts)

Folder Structure

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

How to Use This Repository

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.

Contributing

If you'd like to contribute to this repository, you can do so by:

  1. Forking the repository to your GitHub account.
  2. Creating a new branch for your changes (git checkout -b feature/new-feature).
  3. Making your changes and committing them (git commit -am 'Add new feature').
  4. Pushing your changes to your forked repository (git push origin feature/new-feature).
  5. 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.

Contact

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!

About

This repository is dedicated for codewars problem that I have solved on code-wars platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%