https://github.com/andrewgy8/ruby_projects
https://github.com/andrewgy8/ruby_projects
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrewgy8/ruby_projects
- Owner: andrewgy8
- Created: 2016-04-10T02:03:26.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-19T04:28:30.000Z (almost 9 years ago)
- Last Synced: 2025-01-23T21:30:47.267Z (3 months ago)
- Language: Ruby
- Size: 544 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
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