agh92 / code100amsterdam

Final challenge of Code100 Amsterdam 2024

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stars in their eyes

Your challenge is to return the amount of green pixels in the following image:

He’re is a JSON dataset with the dimensions of each star.

[
    { "width": 200, "height": 300 },
    { "width": 200, "height": 150 },
    { "width": 100, "height": 100 }
]

Want to see a python implementation? Checkout this repo!

About

Final challenge of Code100 Amsterdam 2024


Languages

Language:JavaScript 100.0%