A company wants you to create a program that tests the speed of several search and sort algorithms. The goal is to have your program generate random numbers, then perform different search and sort algorithms and display a report showing how long it took to execute each one. The company does not mind if you randomly generate the numbers or you read them from a file. Although, for testing purposes, it's better to use Excel or a random number generator system to create, say 1,000,000,000 numbers, then store them to a file, then read them from the file. This way, you can ensure that every time you run your code, you are dealing with the same numbers (for debugging purposes). in c++ code
A company wants you to create a
Trending now
This is a popular solution!
Step by step
Solved in 3 steps