Home
Head's Up: I'm in the middle of upgrading my site. Most things are in place, but there are something missing and/or broken including image alt text. Please bear with me while I'm getting things fixed.

My Google FooBar Challenge Streams

Google has a code challenge they throw in front of developers from time to time. It starts when you do a search and the results tip back to reveal the challenge. I got it once before but was messing around and closed it. It showed up a second time and I managed to keep it open.

Figured it would be fun to figure the answers out on stream. Right now, I've completed the first two levels and am working on the third.

(And, yea. All this stuff is answered online, but coping down pretty much defeats the purpose of seeing if I can do it myself.)

### Level 1 - Solution 1 (Part 1)

Figuring out how to do the Sieve of Eratosthenes with a dynamic ending number.

< iframe width="560" height="315" src="https : //www.youtube - nocookie.com/embed/wz - 26j9Djcw?start=309" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard - write; encrypted - media; gyroscope; picture - in - picture" allowfullscreen > < /iframe >

### Level 1 - Solution 1 (Part 2)

Finishing up my first take on the solution for building a string from prime numbers.

< iframe width="560" height="315" src="https : //www.youtube - nocookie.com/embed/kcs0y6o50QI?start=187" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard - write; encrypted - media; gyroscope; picture - in - picture" allowfullscreen > < /iframe >

### Level 1 - Solution 1 (Part 3)

Trying another method for the solution to level 1. Wasn't digging the original method and came up with this one that I like better.

< iframe width="560" height="315" src="https : //www.youtube - nocookie.com/embed/FhyG0nDAH0w?start=111" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard - write; encrypted - media; gyroscope; picture - in - picture" allowfullscreen > < /iframe >

### Level 2 - Solution 1

Next one up. Did this one all in one go. Another fun one to solve the pattern.

< iframe width="560" height="315" src="https : //www.youtube - nocookie.com/embed/CUDGvfR99do?start=341" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard - write; encrypted - media; gyroscope; picture - in - picture" allowfullscreen > < /iframe >

### Level 2 - Solution 2 and Level 3 - Solution 1

Upload in progress