Solution 1 for Scaler Topics Fortnightly Contest - 22

Rings with Prime Numbers Complete Solution
This article is part of the Scaler Topics Fortnightly Contest - 22
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
Write a function to build an array that holds whether an integer is prime or not, using the sieve of Eratosthenes. Create an array ‘ans’, where ans[i] hold the count of prime numbers for the ith ring.
After observing we can state that there will be only (N/2) rings in case of even N, and (N/2) + 1 in case of an odd value of N. Simply, traverse through all the rings and find the answer.
Time Complexity: O(N*N) Space Complexity: O(N)
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.