Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grierson/katas
Solutions to programming challenges
https://github.com/grierson/katas
advent-of-code clj clojure kata
Last synced: about 2 months ago
JSON representation
Solutions to programming challenges
- Host: GitHub
- URL: https://github.com/grierson/katas
- Owner: grierson
- License: mit
- Created: 2017-03-10T11:35:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-19T22:54:28.000Z (12 months ago)
- Last Synced: 2024-10-13T14:08:49.962Z (3 months ago)
- Topics: advent-of-code, clj, clojure, kata
- Language: Clojure
- Homepage:
- Size: 4.11 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= Katas
List of my solutions to katas.
Try to apply TDD, mainly use Clojure.== Resources
* https://adventofcode.com/[Advent of code]
* https://github.com/gigasquid/wonderland-clojure-katas[wonderland-clojure-katas]
* http://codekata.com[Code kata]
* https://kata-log.rocks/[Kata Log]Online::
* https://exercism.io/profiles/grierson[Exercism]
* https://edabit.com/user/4Aj39QzePdAExwase[Edabit]
* https://www.hackerrank.com/griersonky[Hackerrank]
* https://leetcode.com/griersonky/[LeetCode]
* https://www.algoexpert.io/product[AlgoExpert]image::https://www.codewars.com/users/grierson/badges/large[codewars]
== Completed
* Wonderland Clojure Katas
** Alphabet Cipher
- https://github.com/gigasquid/wonderland-clojure-katas/tree/master/alphabet-cipher
** Card Game War
- https://github.com/gigasquid/wonderland-clojure-katas/tree/master/card-game-war* Bowling
- https://codingdojo.org/kata/Bowling/
* Mars rover
- https://kata-log.rocks/mars-rover-kata
* Tic Tac Toe
- https://kata-log.rocks/tic-tac-toe-kata
* Roman numerals
- https://codingdojo.org/kata/RomanNumerals/
* Word wrap
- https://codingdojo.org/kata/WordWrap/
* Diamond
- https://codingdojo.org/kata/Diamond/