Skip to main content

Dev

Riddler: Can You Roll The Perfect Bowl?

·2049 words·10 mins· loading · loading
I used simulation with to approximate the solution an older Riddler. I used an gradient descent-like method to gradually narrow in on a precise estimate.

Riddler: Can You Tell When The Snow Started?

·1150 words·6 mins· loading · loading
This puzzle was to find the shortest paths of two indivduals sharing a sidewalk while obsering the COVID-19 6-foot social distancing guideline. I simulated the scenario in R and plotted the travels of the individuals using ‘gganimate’.

Riddler: Can You Flip Your Way To Freedom?

·1213 words·6 mins· loading · loading
For this week’s Riddler, we were asked to solve the 3D structure given a series of cross-sections. I used R to reconstruct this structure and presented it as an interactive plot.

Riddler: Can You Solve The Chess Mystery?

·2844 words·14 mins· loading · loading
This week’s Riddler involves finding the path used by the knight to kill the opposing queen in a game of chess. I show how I solved puzzle using two methods: a siumulation of the chessboard and by building a graph of the possible paths for the knight.