To write java program of prime numbers
you will generate a NON THREADED, SEQUENTIAL program. This sequential program will take some input (you can grab this input from the user, or from a command line argument) that it will store in an integer. (Therefore, there needs to be checks in place to make sure that the number being given can be stored adequately in an integer. You do not need to use BigInteger or long for this, regular integersis fine. This is more about design than about function).
Now that you have this number, you want to compute all the prime numbers that exist between 2 and that number (inclusive).
If a number is not prime, you will store that number and a List of its factors in a Map<Integer, Integer[]>
If a number is prime you will store it in a List. So, at the conclusion, we have a Map of non primes that contain factors of numbers and a list of primes.
You will time the runtime of your application so that we know how long it will take to build these two structures. To time your application, simply generate a starting time as soon as you retrieve the number you want to use as the base of your iteration and then stop the timer when you are finished generating your structures. Report back what the difference is. You can use System.currentTimeMillis(); to do this.
5 years ago
2
- shining star 101
- CRJ 301 Module 4
- i need help in my geology homework. it is about providing a small summry about type of rocks and other...
- For Wizard Kim: Media and Crime Log
- Essay topic- The men who stare at goats, a look into "US Military remote reviewing program"
- 3\x+2-5\x-1
- pysc 2009 discussion question 2 paragraphs
- put them in order Charles Babbage drew up the plans for The Difference Engine while still a student at Cambridge University. Steve...
- Identify a business research project in your own business or locate a business research article in the library. This project should be one that you perceive to be conducted in an ethical manner.
- HSM 340 Health Services Finance Week 2 Discussions, Quiz Devry