Skip to content

JKulczynski/nonogram-row

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Nonogram-row

nonogram-row This challenge is inspired by nonogram puzzles, but you don’t need to be familiar with these puzzles in order to complete the challenge.

A binary array is an array consisting of only the values 0 and 1. Given a binary array of any length, return an array of positive integers that represent the lengths of the sets of consecutive 1’s in the input array, in order from left to right.

About

3rd exercise in Scala Academy Exame

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages