Simple Nonograms in Python
Simple Nonograms in Python Data Science Project
Fun and Puzzles

Simple Nonograms in Python

This puzzle involves solving Nanograms-related problems, but no prior knowledge of Nanograms is required. The task involves working with a binary array (a list of 1s and 0s) and returning a list of positive integers that represent the lengths of consecutive sets of 1s in the array, in left-to-right order.

Project Activities

All our Data Science projects include bite-sized activities to test your knowledge and practice in an environment with constant feedback.

All our activities include solutions with explanations on how they work and why we chose them.

codevalidated

Check your `nonogram_sequence` function

Use the Check Activity button to validate your code. Don't worry if it fails, you can check your submission as many times as desired.

Simple Nonograms in PythonSimple Nonograms in Python
Author

Santiago Basulto

This project is part of

Fun and Puzzles

Explore other projects