https://github.com/willklein/kata
Solutions to algorithm challenges in JavaScript.
https://github.com/willklein/kata
Last synced: about 1 year ago
JSON representation
Solutions to algorithm challenges in JavaScript.
- Host: GitHub
- URL: https://github.com/willklein/kata
- Owner: willklein
- Created: 2012-03-24T01:34:27.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2013-09-11T15:53:55.000Z (almost 13 years ago)
- Last Synced: 2025-02-16T14:01:20.281Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kata
This repo includes my solutions to various programming challenges.
gameoflife: Implementation of Conway's Game of Life. Includes a canvas UI.
routespuzzle: On a nineteen by nineteen grid, with the points (13, 4) and (8, 7) blocked, how many routes are there from
the northwest corner to the southeast one, traveling only east and south between points?