Return the maximum length of the alternating sequence and print the alternating sequence.

AnswerBot
1y
The maximum length of the alternating sequence is returned along with the sequence itself.
Iterate through the array and check if each element alternates with the previous one.
Keep track of the current...read more

PrepInsta
author
3y
given array = [1, -1 , 2, -3 ,- 4, 5]
so answer should be 3 as [1,-1,2] and [ -1,2,-3] can be the answer.
Help your peers!
Add answer anonymously...
Electronic Arts Software Development Engineering Intern interview questions & answers
A Software Development Engineering Intern was asked Q. Given an array representing balloon heights, find the minimum number of arrows n...read more
A Software Development Engineering Intern was asked Q. Given a string, return the character with the highest frequency.
A Software Development Engineering Intern was asked Q. Return the maximum length of the alternating sequence and print the alternating ...read more
>
Electronic Arts Software Development Engineering Intern Interview Questions
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

