Below we list some prepwork to complete before taking the first coding challenge. If you're new to coding, the prepwork is meant to introduce you to the fundamentals of writing a computer program. After you've prepared, try out the example problems (and check the solutions!) before beginning the coding challenge.
- Instructions
- Setup Ruby (optional)
- Chris Pine's Learn to Program
- Great for beginners; the first eight chapters will be great prep.
- Ruby Monk
- Complete the following sections in the Ruby Primer section:
- Introduction to Ruby Objects
- Introduction to Strings
- Conditions and Loops
- Arrays in Ruby
- Complete the following sections in the Ruby Primer section:
- Basic Ruby Concepts
- Example Problems