rylnd / ruby_katas

A collection of ruby katas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ruby Katas


animation

This implements the LLRR version of the algorithm. It also outputs a colored animation of the ant's progression after every 5000 steps.

For the original implementation, please see this branch

Integer to English


Description to come

ROT13 Encoding


Description to come

Wondrous Numbers (Collatz Conjecture)


Description to come

Getting to 100


Description to come


Functional Programming! In Ruby!

Balancing Brackets


Determines whether a string of brackets/braces/parens/etc. is 'balanced.'


It's cellular automatonimation!

Uses curses to display and animate the board.

About

A collection of ruby katas


Languages

Language:Ruby 100.0%