Can Place Flowers

Try to solve the Can Place Flowers problem.

We'll cover the following...

Statement

Given an integer list flowerbed, each element is either 00 (indicating an empty plot) or 11 (indicating a planted plot), and an integer n. Determine if n new flowers can be planted without violating ...