Skip to content

codeunion/ruby-exercises

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby Exercises

Here at CodeUnion we believe that one of the best ways to develop skills as a programmer is to write code and get feedback on your code in the form of a code review from a more experienced programmer. We wrote these exercises with the intent to give you the opportunity to solve some fun programming challenges and then submit your solutions to us for code review. Click here to see an example code review.

How To Use This Repository to Get Code Reviews

  1. Fork and clone this repository
  2. Write code that solves individual exercises
  3. Make small, frequent commits
  4. Push your commits to Github
  5. Submit your commits to [url] for feedback
  6. Finish all the Ruby exercises and move onto the Social-Wall web application

If you don't have or don't know how to use Ruby and Git development tools to accomplish any of the above steps, please follow this step-by-step tutorial.

The files are listed in alphabetical order, but we recommend working on them in the below order.

  1. max.rb
  2. min.rb
  3. longest_string.rb
  4. shortest_string.rb
  5. word_count.rb
  6. count_in_list.rb
  7. count_max.rb
  8. sum.rb
  9. mean.rb
  10. print_square.rb
  11. print_triangle.rb
  12. print_pyramid.rb
  13. print_horizontal_pyramid.rb
  14. hot_or_cold.rb
  15. bottles.rb
  16. find_even.rb
  17. mode.rb
  18. commas.rb
  19. factorial.rb
  20. fibonacci.rb
  21. find_links.rb
  22. find_title.rb
  23. pig_latin.rb
  24. pad_array.rb

About

Exercises to practice programming in Ruby

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages