https://github.com/jesty/code-kata
https://github.com/jesty/code-kata
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jesty/code-kata
- Owner: jesty
- Created: 2022-05-18T11:53:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-18T15:02:16.000Z (about 3 years ago)
- Last Synced: 2025-01-25T21:11:31.663Z (4 months ago)
- Language: Java
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Introduction
A kata, or code kata, is defined as an exercise in programming which helps hone your skills through practice and repetition. Dave Thomas [@pragdave](https://twitter.com/pragdave), started this movement for programming. This project aims to provide you with a list of some kata exercises that I've found in the Internet and the Github community. These exercises vary from general to more complex algorithms and real life situations for you to try using your preferred programming language. Remember that code katas are not quizzes or puzzles. You should not only try to 'solve' it, but find a very good solution, following best practices of the programming language you are using.