Answered step by step
Verified Expert Solution
Question
1 Approved Answer
both of them QI) Write an amy class that implements the search and sort methods discussed in the classroom. The write a program to test
both of them
QI) Write an amy class that implements the search and sort methods discussed in the classroom. The write a program to test your class. 1. Create an int Array of Sine 10,000,000 2. general and values between 1 and 10000 and store them in the way. 3. Implement the sort method discussed in class and use it to sort the amy. S. Implement search methods discussed in class (linear search and binary search). 6. Certe an array of Sockeys each in the rangel to 10000. The arch for each key with wanting techniques and record in the way the number of print the b ase, the average case, and the worst came for both search algorithms in terms of the number of spend the time meded to find a solution powded to find a key and the other s to find the wall. The OD Write program that representacles and more student names and student grades out of 100. The program should ask the users to enter the names and the grades. Then it will show the name of the student with highest grade and the number of students with grades less than the average. Note: DON'T use the Amays class, Submit the java files only QD) Write an array class that implements the search and sort methods discussed in the classroom. Then write a program to test your class. 4. Create an int Array of Size 10,000,000 2. generate random values between 1 and 10000 and store them in the array, 3. Implement the sort method discussed in class and use it to sort the array. 5. Implement search methods discussed in class (linear search and binary search). 6. Generate an array of 50000 keys each in the range (1 to 10000). Then search for each key using both searching techniques and record in another array the number of steps needed to find each key and the time the algorithm took to find the result. Then print the best case, the average case, and the worst case for both search algorithms in terms of the number of steps and the time needed to find a solution. Q2) Write a program that represent a class and stores student names and student grades out of 100. The program should ask the users to enter the names and the grades. Then it will show the name of the student with highest grade and the number of students with grades less than the average, Note: DON'T use the Arrays class, Submit the java files only Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started