Question: Create a random number generator to create a list of unique integers that will appear once. - It must be able to generate 300 integers(
Create a random number generator to create a list of unique integers that will appear once.
- It must be able to generate 300 integers( No repeated Number ) Using :191022310 as a " seed generator"
- implement linear seaech, interpolation search and binary search
-Discuss the algorithms used for 100,200 and 300 integers execution time in milliseconds
- include detail remarks /comments in the code
- create a main function that will be able to call the number generator & all algorithms
a) by using function from task 1, generate 300 unique integers. output The list in a 100data.txt. Get the last integer in the list as k.
b)Read the integers from the file in an array or linked list.
c) Repeat the process with 200 and 300 integers.
- link the website url of any reference used through any website
- Do It in C Program Please. Please Make sure that the program can be run in Codeblocks or Dev .C++
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
