Question
Task 1: Random number generation - Create a random number generator to create a list of unique integers (each number must appear only once). The
Task 1: Random number generation - Create a random number generator to create a list of unique integers (each number must appear only once). The code for this generator can be obtained from the internet. It must be able to generate at least 20 integers (no repeated numbers) by using your matric ID as a seed generator. Matric id=191022986
Task 2: Searching Implementation - Implement linear search, interpolation search and binary search to search an integer from a list of integers.
I want the output of task 1 which is 20 random numbers should be saved in excel file and at task 2 I want coding that import or open the excel file and have to search number from the output excel file of task 1.
example of random numbers saved in excel file.
c programming language is recommended
A B C 1 1 4 2 3 12 4 6 5 9 9 6 3 7 5 7 8 9 10 10 8 11 14 12 2 13 17 15 14 15 20 16 13 17 18 18 11 19 16 20 19 21 22Step 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