Skip to content

ssaunier/lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

57a34dc · Jan 9, 2014

History

1 Commit
Jan 9, 2014
Jan 9, 2014
Jan 9, 2014
Jan 9, 2014
Jan 9, 2014
Jan 9, 2014
Jan 9, 2014
Jan 9, 2014

Repository files navigation

Quickly hack an algorithm with TDD

If you want to quickly test an algorithm, for instance during a phone interview, this project is a great place to start. I decided to create this clean repo after spending 15 minutes (on a 20 minutes exercice) to setup my environment for a simple algorithm question.

Lock and load

git clone https://github.com/ssaunier/lab.git && cd lab && bundle
subl . # Or your favorite text editor
bundle exec guard

You can start writing tests in spec/thing_spec.rb, and then make them green by implementing them in thing.rb!

Releases

No releases published

Packages

No packages published

Languages