mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-07 02:05:08 +08:00
Wrapping the example matrix with outer array (#1057)
This commit is contained in:
@ -79,10 +79,3 @@ const islands = (matrixGrid) => {
|
||||
}
|
||||
|
||||
export { islands }
|
||||
|
||||
// islands(
|
||||
// ['1', '1', '0', '0', '0'],
|
||||
// ['1', '1', '0', '0', '0'],
|
||||
// ['0', '0', '1', '0', '0'],
|
||||
// ['0', '0', '0', '1', '1']
|
||||
// )
|
||||
|
Reference in New Issue
Block a user