Super Primes
Difficulty: Medium
Acceptance: %
Points: 30.00
A prime number is Super Prime if it is a sum of two primes. Find all the Super Primes upto N
Expected Time Complexity: O(Nlog(logN))
Expected Auxiliary Space: O(N)
Companies: Amazon Samsung Paypal
Topics: Searching Algorithms
Please log in to access the Submissions tab, where you can review your progress and explore code submissions from other participants.
Please log in to access the Solution tab and view detailed answers and explanations.
Please log in to access the Discussion tab and join conversations with other participants.