Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/stevejpurves/katas

Katas and my solutions
https://github.com/stevejpurves/katas

Last synced: about 1 month ago
JSON representation

Katas and my solutions

Awesome Lists containing this project

README

        

A bunch of kata solutions, either mine to group work in one of our local coding dojos

* numbers_to_words - convert english words into their respective integers
* prime_factors - factorise a number into its prime factors
* string_calc - output from coding dojo on http://osherove.com/tdd-kata-1/