Spring Hire Sale
Limited Time Deal: Unlock all premium questions for over 30% off
$10.42$7.08
08
:
06
:
41
:
16
Back to Dashboard
[CodeSignal] Count Non-Dominant Elements
Easy
Question
Given an array of integers numbers, count all elements that are not equal to numbers[0] or numbers[1] (if those indices exist in the array). Array indices are 0-based.
...