Mountain View

Problem-Solving

I figured out basically everything I needed to fully solve the problem pretty early on, but I couldn't figure out the crucial final step and ended up taking a peek at the solution. Next time, I probably should just stick to it for a little longer. I also need to learn to simplify solutions somewhat. I was wondering how to graph each triangle in a 2d grid, but I completely missed the fact that I just needed the starting and end points, which I'd already figured out how to find. The simplest viable approach is definitely the best approach, and I should build up from there if it doesn't work.

Implementation

I re-programmed the solution ~30 minutes after reading the solution in-depth so it has many similarities.

Last updated