https://github.com/rawleyfowler/kaja
Solving programming, logic, and math problems with Clojure.
https://github.com/rawleyfowler/kaja
clojure kata problem-solving
Last synced: 11 months ago
JSON representation
Solving programming, logic, and math problems with Clojure.
- Host: GitHub
- URL: https://github.com/rawleyfowler/kaja
- Owner: rawleyfowler
- License: mit
- Created: 2022-05-30T20:20:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-13T15:04:17.000Z (about 4 years ago)
- Last Synced: 2025-04-07T04:45:13.786Z (about 1 year ago)
- Topics: clojure, kata, problem-solving
- Language: Clojure
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kaja
Kata is a Japanese word (型 or 形) meaning "form". It refers to a detailed choreographed pattern of martial arts movements made to be practised alone. It can also be reviewed within groups and in unison when training. It is practised in Japanese martial arts as a way to memorize and perfect the movements being executed. -- [Wikipedia](https://en.wikipedia.org/wiki/Kata). This, but Clojure.
This repo contains various problems, and their solutions using Clojure. Each problem has a brief explanation in the form of a `README` file, accompanied by the URL to where I found the problem.
## License
This code is licensed under the MIT license. Please view the `LICENSE` file in the root of the repository for more information.