A skeleton app and test for the bubble sort algorithm.
- Fork this repo
- git clone your own copy to your projects folder.
- cd ~/projects/BubbleSort
Let's add some functionality to the Array class, so that we have some useful methods.
As of now the test will fail. This is good, as in TDD we like to specify how the program works first, see the test fail, then add the implementation. So you need to finish your implementation so that the test passes!
ruby my_amazing_test.rb
Once you're done, push your code to your repo and send me a pull request.