min-tracking-pattern-shared

Status: IN

`maxProfit` and `maximum-difference-between-increasing-elements/solution.py` share the same min-so-far tracking pattern: maintain a running minimum, compute max delta at each position.

Source: entries/2026/06/06/best-time-to-buy-and-sell-stock-solution.md

Depended on by

JSON