Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Given an array nums of positive integers, return the longest possible length of an array prefix of nums, such that it is possible to remove
Given an array nums of positive integers, return the longest possible length of an array prefix of nums, such that it
is possible to remove exactly one element from this prefix so that every number that has appeared in it will have
the same number of occurrences.
If after removing one element there are no remaining elements, it's still considered that every appeared number
has the same number of ocurrences
Example :
Example :
Input: nums
Output:
Constraints:
nums. length
nums i
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started