https://github.com/fenbf/codekata
My struggles with various code kata or other similar ideas
https://github.com/fenbf/codekata
Last synced: 3 months ago
JSON representation
My struggles with various code kata or other similar ideas
- Host: GitHub
- URL: https://github.com/fenbf/codekata
- Owner: fenbf
- License: unlicense
- Created: 2013-08-09T08:47:48.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-08-09T09:37:32.000Z (over 12 years ago)
- Last Synced: 2025-02-25T18:38:48.707Z (10 months ago)
- Language: C#
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
codekata
========
My struggles with various code kata or other similar ideas
* **chop** - karate chop kata - five implementations of binary search in C#, with unit tests.