Given an array of n-1 numbers where 1<=a[i]<=n, how do you find the missing number from the array?

AnswerBot
2y
Given an array of n-1 numbers 1<=a[i]<=n, find the missing number.
Calculate the sum of all numbers from 1 to n using the formula n*(n+1)/2
Calculate the sum of all elements in the array
Subtract the sum...read more
Help your peers!
Add answer anonymously...
Interview Questions Asked to Software Engineer Trainee at Other Companies
Top Skill-Based Questions for IVY SOFTWARE DEVELOPMENT SERVICES Software Engineer Trainee
C++ Interview Questions and Answers
300 Questions
Algorithms Interview Questions and Answers
250 Questions
Java Interview Questions and Answers
250 Questions
Data Structures Interview Questions and Answers
250 Questions
Web Development Interview Questions and Answers
250 Questions
SQL Interview Questions and Answers
250 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

