Ride-Share
A project designed to simulate a ride-share system via a program that implements nested data structures and data transformations. Click here to see this project on GitHub.
Specifications
- Create, read, and modify variables
- Create and access arrays and hashes
- Organize large amounts of related data into nested arrays and hashes
- Iterate through a nested data structure using loops and/or enumerable methods
- Organize small pieces of code into methods, and call/invoke those methods
Coded in Ruby