Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lambdabaa/medium
https://github.com/lambdabaa/medium
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lambdabaa/medium
- Owner: lambdabaa
- Created: 2012-11-28T06:09:49.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-08T16:52:35.000Z (almost 12 years ago)
- Last Synced: 2024-11-09T11:44:44.915Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 14.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Solution by Gareth Aye
___Problem statement:___
Given a random matrix, where each cell is either 1 or 0, determine the groups
of contiguous cells that have the value 1. Cells are considered contiguous
if they are neighboring to the north, south, east, or west; i.e. no
diagonals.
___Expected deliverable:___
The solution can be coded in any language or environment, but preferably
something we can run easily on our macs :) The result does not necessarily
need to be visual, for example, you could just write to stdout.