Skip to content

midastouchtech/katas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Code Katas Repository

Welcome to the Code Katas repository! This repository is designed to help you practice your coding skills through a collection of programming challenges known as katas. It's a great way to improve your problem-solving abilities and coding techniques.

Getting Started

  1. Clone the Repository: Start by cloning this repository to your local machine using the following command:

    git clone https://github.com/midastouchtech/katas
    
  2. Solve Katas: Inside the solutions directory, create a folder with your name. For each kata, create a file with your solution code. You can use any programming language you're comfortable with.

  3. Commit and Push: After writing your solution, commit your changes and push them to your branch on GitHub. Here's a simple workflow:

    cd solutions/<your_name>
    git add .
    git commit -m "Adding solution for kata X"
    git push origin main
  4. Create a Pull Request: Once your changes are pushed, go to the repository on GitHub and create a pull request from your branch to the main branch. Provide relevant details about your solution in the PR description.

Contributing

If you'd like to contribute new katas or improvements to existing ones, feel free to fork this repository, make your changes, and submit a pull request. Your contributions are greatly appreciated!

Guidelines

  • Make sure to write clean and well-documented code.
  • Use appropriate file and folder naming.
  • Feel free to use different programming languages for different katas.
  • Be respectful and supportive when reviewing pull requests from others.

Kata Resources

Here are some resources to help you with your kata solutions:

Contact

If you have any questions, suggestions, or need assistance, don't hesitate to reach out to [email protected].

Happy coding!

About

A small repo with some kata exercises

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published