Ruby on Rails Developer
-
Pattern
- Pune
- https://www.linkedin.com/pub/arvind-singh/27/458/575
Pinned Loading
-
magick_filter
magick_filter PublicApply some basic filters and frame on your photo, command line
-
-
CodingInterviews
CodingInterviews PublicForked from Sindurav/CodingInterviews
This repository contains coding interviews that I have encountered in company interviews
Python
-
-
Algorithms-and-Data-Structures-in-Ruby
Algorithms-and-Data-Structures-in-Ruby PublicForked from kumar91gopi/Algorithms-and-Data-Structures-in-Ruby
Ruby implementation of Algorithms,Data-structures and programming challenges
Ruby
-
ruby maximum hourglass sum
ruby maximum hourglass sum 1def sum_hour_glass(c, r, two_d_array)
2top = two_d_array[r][c..c+2].inject(:+)
3center = two_d_array[r +1][c+1]
4bottom = two_d_array[r+2][c..c+2].inject(:+)
5top + center + bottom
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.