This repository exposes my solutions for katas (coding puzzles) at Codewars.
If you are a Codewars user, the solutions here may spoil your experience of the site. I advise against reading code for katas you haven't solved yourself already.
Ordered from hardest to easiest
- Metaprogramming: Lisp-Style Generic Functions [description] [solution]
- Base64 Encoding [description] [solution]
- Undo/Redo [description] [solution]
- Prefill an Array [description] [solution]
- uniq -c (UNIX style) [description] [solution]
- Optimum Coding School Location [description] [solution]
- String Suffixes [description] [solution]
- Binary Calculator [description] [solution]
- Scrabble Score [description] [solution]
- The Span Function [description] [solution]
- Longest 2-Character Substring [description] [solution]