turingschool-examples / ruby-exercises

A collection of exercises to practice various aspects of Ruby
MIT License
237 stars 766 forks source link

Advanced Nested Collection Exercise #46

Closed zdcthomas closed 5 years ago

zdcthomas commented 5 years ago

This exercise is broken up into two files in the new advanced_nested_collections folder. One file contains a complex nested collections, and the other contains a series of tests which will require the students to iterate over and access complicated structures of nested collections.