Smoke Basin: Day 9: Advent of Code 2021 — Python Solution
Day 9, Another matrix challenge, without further due, Let’s get started.
If you are not familiar with Advent of Code, I highly recommend solving it yourself before looking at these solutions.

Understand the problem
In this challenge, we need to work with matrix traversal. You are given with height-map…