Technical2026-08-12
Given an array of integers representing feature importance scores, find the maximum possible performance score defined as min(score[i], score[j]) × |i - j| for any pair of indices (i, j).
Context & Summary
A single technical problem focused on optimizing a performance score calculation.
💻 Coding practice works best on desktop.
Code editors are too cramped on mobile screens.
Loading editor...
AI can automatically infer and generate example test cases for this question based on standard algorithmic constraints.
InterviewDigest