Program produces 1000 integer ranging

Assignment Help JAVA Programming
Reference no: EM13163543

Part A.1 Do a selection sort according to the textbook using the random number generator. (You may copy the code from the textbook for the sorting algorithm). Your program asks the size of data and the range of data (smallest int and the largest int). Then you generate the number of data within the range of the data. You write the data into a file as shown below.

Program Sorting> Please enter the size of data: 1000
Program Sorting> Please enter the smallest value:1
Program Sorting> Please enter the largest value:10000
Program Sorting> Please enter the name of data file: data1

Then your program produces 1000 integer ranging from 1to 10000 in the array and then sort them in ascending order and then print the result into data.txt file. (You may list integers separated by space or new line)
Part A.2 Now you implement two search methods - linear search and binary search. You can use the sorted array from Part A.1 by continuing Part A Program to ask for keys to search. And you are required to read a data file provided by me as an input file. The name of input file should be given as an input argument to your program as below;

Java MySearch.class data1.txt

If argument is not given, then the program uses the default setting of the sorted array from the randomly produced data at A.1.

Program SortingAndSearch> Please enter the size of data: 1000
Program SortingAndSearch> Please enter the smallest value:1
Program SortingAndSearch> Please enter the largest value:10000
Program SortingAndSearch> Please enter the name of data file: data1
Program SortingAndSearch> Enter a key to search: 9999
Found at index 999 after 999 iterations of linear search
Found at index 999 after 9 iterations of binary search
Do you like to continue? Enter a key (negative int means you want to quit): 500
Found at index 49 after 49 iterations of linear search
Found at index 49 after 9 iterations of binary search
Do you like to continue? Enter a key (negative int means you want to quit): -1

Reference no: EM13163543

Questions Cloud

Write a scanf statement to read in one number (int : 1) Write a scanf statement to read in one number (int), and another statement to print out that number.
Combustion studies of the use of h2 as an alternative fuel : In combustion studies of the use of H2 as an alternative fuel, HO is sometimes formed in flames by the reaction, H(g) + 1/2 O2(g) HO(g) Use the data below to calculate the value of Kc
Compares the number of possible sequences : A c++ program that compares the number of possible sequences of the length L that can be generated uinder the following assumptions. Given an alphabet of size N=9. The program must output a formatted list comparing the number of possible sequences..
How many vitamin c molecules are contained in the tablet : A vitamin tablet contains 501 mg of vitamin C (C6H8O6). How many vitamin C molecules are contained in the tablet?
Program produces 1000 integer ranging : Then your program produces 1000 integer ranging from 1to 10000 in the array and then sort them in ascending order and then print the result into data.txt file. (You may list integers separated by space or new line)
Arrange compounds in order of increasing boiling point : Arrange these compounds in order of increasing boiling point: CH3CH2CH2OH CH3CH2CH3 CH3CH3 CH3CH2CH2Cl Rank from smallest to largest
Calculate the equilibrium concentrations for all of species : At a particular temperature, K=2.0x10^-6 mol/L for the following reaction: 2CO2 (g) at equilibrium with 2CO(g) + O2 (g) If 2.1 mol CO2 is initially placed into a 4.2 L vessel, calculate the equilibrium concentrations for all of the species.
Meaning of discounted value of expected net receipts : What is the meaning of "discounted value of expected net receipts and what basis of valuation for Ferry's patents would be generally accepted in accounting? Give supporting reasons for this basis.
Determine the percentage purity of nahco3 : a sample of sodium hydrogencarbonate, NaHCO3 is contaminated with 5-10% NaCl. How should i carry out an experiment to determine the percentage purity of NaHCO3 ?

Reviews

Write a Review

JAVA Programming Questions & Answers

  Recursive factorial program

Write a class Array that encapsulates an array and provides bounds-checked access. Create a recursive factorial program that prompts the user for an integer N and writes out a series of equations representing the calculation of N!.

  Hunt the wumpus game

Reprot on Hunt the Wumpus Game has Source Code listing, screen captures and UML design here and also, may include Javadoc source here.

  Create a gui interface

Create GUI Interface in java programing with these function: Sort by last name and print all employees info, Sort by job title and print all employees info, Sort by weekly salary and print all employees info, search by job title and print that emp..

  Plot pois on a graph

Write a JAVA program that would get the locations of all the POIs from the file and plot them on a map.

  Write a university grading system in java

University grading system maintains number of tables to store, retrieve and manipulate student marks. Write a JAVA program that would simulate a number of cars.

  Wolves and sheep: design a game

This project is designed a game in java. you choose whether you'd like to write a wolf or a sheep agent. Then, you are assigned to either a "sheep" or a "wolf" team.

  Build a graphical user interface for displaying the image

Build a graphical user interface for displaying the image groups (= cluster) in JMJRST. Design and implement using a Swing interface.

  Determine the day of the week for new year''s day

This assignment contains a java project. Project evaluates the day of the week for New Year's Day.

  Write a java windowed application

Write a Java windowed application to do online quiz on general knowledge and the application also displays the quiz result.

  Input pairs of natural numbers

Java program to input pairs of natural numbers.

  Create classes implement java interface

Interface that contains a generic type. Create two classes that implement this interface.

  Java class, array, link list , generic class

These 14 questions covers java class, Array, link list , generic class.

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