1. Suppose you are examining a set of raw medical data that includes the side effects of a specific drug. You are interested in finding out which side effects occur the most often. What would be an appropriate algorithm to find this data?
Bubble sort
For loop
Binary search
Linear search
2.which of the following is a true statement
The only effort to consider regarding algorithm code is implementation.
The efficiency of an algorithm measures the amount of resources it needs.
There are no ways to measure space complexity and time completely.
Shorter codes always have greater ease of implementation than longer codes.
1 answer
The efficiency of an algorithm measures the amount of resources it needs.