Algorithm to find all the primes less than or equal to n

Assignment Help Basic Computer Science
Reference no: EM131305062

The Sieve of Eratosthenes is an elegant algorithm for finding all of the prime numbers up to some limit n. The basic idea is to first create a list of numbers from 2 to n. The first number is removed from the list, and announced as a prime number, and all multiples of this number up to n are removed from the list. This process continues until the list is empty.

For example, if we wished to find all the primes up to 10, the list would originally contain 2, 3, 4, 5, 6, 7, 8, 9, 10. The 2 is removed and announced to be prime. Then 4, 6, 8, and 10 are removed, since they are multiples of 2. That leaves 3, 5, 7, 9. Repeating the process, 3 is announced as prime and removed, and 9 is removed because it is a multiple of 3. That leaves 5 and 7. The algorithm continues by announcing that 5 is prime and removing it from the list. Finally, 7 is announced and removed, and we're done.

Write a program that prompts a user for n and then uses the sieve algorithm to find all the primes less than or equal to n.

Reference no: EM131305062

Questions Cloud

Write and test a function removeduplicates : Write and test a function removeDuplicates(somelist) that removes duplicate values from a list.
Will it have less money available to lend : How would increasing loan loss reserves reduce the risk of bankruptcy for a smaller bank?- If a bank increases its loan loss reserves, will it have less money available to lend?
Calculate npv and irr for project-reject pineapple project : Hawaiian Coconut Milkshakes Inc. is considering the following project. They would like to expand and add a pineapple branch. The firm has paid $95,000 to a consultant in order to find out more about the available projects and possibilities. Calculate..
What is first nationals roe now : Suppose First National's equity capital declines to $10 million, while its assets and ROA are unchanged. What is First National's ROE now?
Algorithm to find all the primes less than or equal to n : The first number is removed from the list, and announced as a prime number, and all multiples of this number up to n are removed from the list. This process continues until the list is empty.
Explanation of a bank experiencing rising total profits : An article in the Wall Street Journal states that Royal Bank of Canada's ROE.- What is the most likely explanation of a bank experiencing rising total profits and a falling ROE?
.how is production planned from customer demand : Customer demand and process capacity relationships.How is production planned, from customer demand to production schedules?Quality Management issues.Product delivery issues.The interfaces of the process with both the external and internal customers.
Would you become an investor in the bank : You learn that the bank has $300 million in capital and $5 billion in assets. Would you become an investor in this bank? Briefly explain.
Identify two weaknesses target has in comparison to walmart : Identify 1-2 weaknesses Target has in comparison to Walmart. For each weakness, explain your rationale in 2-3 sentences. Identify 1-2 strengths Target has in comparison to Walmart.

Reviews

Write a Review

Basic Computer Science Questions & Answers

  Identifies the cost of computer

identifies the cost of computer components to configure a computer system (including all peripheral devices where needed) for use in one of the following four situations:

  Input devices

Compare how the gestures data is generated and represented for interpretation in each of the following input devices. In your comparison, consider the data formats (radio waves, electrical signal, sound, etc.), device drivers, operating systems suppo..

  Cores on computer systems

Assignment : Cores on Computer Systems:  Differentiate between multiprocessor systems and many-core systems in terms of power efficiency, cost benefit analysis, instructions processing efficiency, and packaging form factors.

  Prepare an annual budget in an excel spreadsheet

Prepare working solutions in Excel that will manage the annual budget

  Write a research paper in relation to a software design

Research paper in relation to a Software Design related topic

  Describe the forest, domain, ou, and trust configuration

Describe the forest, domain, OU, and trust configuration for Bluesky. Include a chart or diagram of the current configuration. Currently Bluesky has a single domain and default OU structure.

  Construct a truth table for the boolean expression

Construct a truth table for the Boolean expressions ABC + A'B'C' ABC + AB'C' + A'B'C' A(BC' + B'C)

  Evaluate the cost of materials

Evaluate the cost of materials

  The marie simulator

Depending on how comfortable you are with using the MARIE simulator after reading

  What is the main advantage of using master pages

What is the main advantage of using master pages. Explain the purpose and advantage of using styles.

  Describe the three fundamental models of distributed systems

Explain the two approaches to packet delivery by the network layer in Distributed Systems. Describe the three fundamental models of Distributed Systems

  Distinguish between caching and buffering

Distinguish between caching and buffering The failure model defines the ways in which failure may occur in order to provide an understanding of the effects of failure. Give one type of failure with a brief description of the failure

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd