You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Why this pattern: Symmetric to finding the maximum, the minimum is tracked with a single variable in one linear pass.
*
* Interview Scenario:
* "Asked alongside the max-finding question at TCS/Infosys assessments: 'Find the lowest stock price recorded today.' Confirms understanding of comparison-based tracking."