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

https://github.com/andrewgy8/ruby_projects


https://github.com/andrewgy8/ruby_projects

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

These are the excerices from the Ruby section in The Odin Project

Some of the solutions to the problems may be verbatim what the directions specified in the section.
However, some of them I have elaborated on myself, (tried to) add RSPEC, or played around with the features.

Completed by Andrew Graham-Yooll

First Published to Git on Arpil 10, 2016
Completed: Still working on it...

This Git file contains:
-Caesar Cipher with RSpec testing
-stock picker
-substrings (this can probably be refactored)
-bubble sort
-MyEnumerables + script
-TicTacToe (with/without TwitterBot function), (April 25, 2016, updated April 26)
-Hangman
-Mastermind
-TwitterBot
-MergeSort
-Binary Tree with:
-Breadth First Search
-Depth First Search
-Depth First Search with recursion

-Fibbonaci Sequence