Destroy Sequential Targets at Intuit
Medium41.7% acceptance
This problem has 75.0% frequency at Intuit.
Problem Description
You are given a **0-indexed** array `nums` consisting of positive integers, representing targets on a number line. You are also given an integer `space`. You have a machine which can destroy targets. **Seeding** the machine with some `nums[i]` allows it to destroy all targets with values that can b...
Read full problem and hintsTopics
More Intuit Questions
LRU CacheMediumMaximum Difference Score in a GridMediumMaximum Product of Three NumbersEasyTwo SumEasyLength of the Longest Subsequence That Sums to TargetMedium
View all Intuit questions