An open API service indexing awesome lists of open source software.

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.

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?