Given an array representing balloon heights, find the minimum number of arrows needed to burst all balloons. An arrow fired at height 'h' bursts balloons at heights 'h', 'h-1', 'h-2', and so on.

AnswerBot
2y
Find minimum arrows needed to burst balloons in decreasing order of height
Sort the array in decreasing order of height
Initialize arrow count to 1 and max height to first balloon height
Iterate through ...read more
santosh tulva
8mo
1
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

