Skip to content

Instantly share code, notes, and snippets.

@oguzcanhuner
Created July 16, 2015 22:27
Show Gist options
  • Save oguzcanhuner/778a5ea5844c34ee0de9 to your computer and use it in GitHub Desktop.
Save oguzcanhuner/778a5ea5844c34ee0de9 to your computer and use it in GitHub Desktop.
creating a coordinate system in ruby
some relevant data structures:
- 2d array
- hash
building a coordinate class
Struct vs PORO - struct is a bit faster
initializing and printing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment