Solution 1 for Scaler Topics Fortnightly Contest - 26
Make GCD Problem
This article is part of the Scaler Topics Fortnightly Contest - 26
Build an AI-First Career, Master the Complete Skillset
Choose from our industry-leading programs designed for career success
Modern Software and AI Engineering Program
Master full-stack development with AI integration
+1000 moreModern Data Science and ML with specialisation in AI
Advanced data science techniques with AI specialization
+1000 moreAdvanced AIML with Specialisation in Agentic AI
Deep dive into AIML with focus on Agentic systems
+1000 moreDevOps, Cloud & AI Platform Engineering
Build and manage AI-powered cloud infrastructure
+1000 moreAI Engineering Advanced Certification by IIT-Roorkee
Premier AI engineering certification from IIT-Roorkee
AI Forward Deployed Engineer Program
Full-stack engineering, production AI and client-facing consulting
+1000 moreSolution Approach
The solution is to find the nearest multiple of B for each element. If doing this gives the GCD as a multiple of B, we should change an element to either A[i] + B or A[i] - B to make the GCD equal to B. So, we would see which element was closest to the other multiple of B. Why does this work? Consider that every element was divisible by KB after the first set of operations. If we decrease B or increase B to an element and now take the gcd, GCD(KBF, KB*F - B). The GCD is going to be B.
Time Complexity: O(|A|) Space Complexity: O(|A|)
C++ Implementation
Java Implementation
How Scaler Transformed Careers in Different Fields
Scaler learners achieved 2.5x salary growth with average post-Scaler CTC reaching ₹23L.