Question: ( 2 points ) Modified Exercise 2 . 1 . 8 For each of the following functions, indicate how much the function's value will change
points Modified Exercise For each of the following functions, indicate how much the function's value will change if its argument is increased fourfold.
a
d
e
f
points Modified Exercise Indicate whether the first function of each of the following pairs has a smaller, same, or larger order of growth to within a constant multiple than the second function.
a and
b and
d and
f and
points Modified Exercise Use the informal definitions of to determine whether the following assertions are true or false
ainO
binO
c
d
points Exercise ad For each of the following functions, indicate the class the function belongs toUse the simplest possible in your answer. Prove your assertion. informal proofs are ok
a
b
c
d
points Exercise
a Prove that every polynomial of degree kcdots belongs to
b Prove that exponential functions have different orders of growth for different values of
points Modified Anagram checking
a Design an algorithm for checking whether two given words are anagrams, ie whether one word can be obtained by permuting the letters of the other. For example, the words tea and eat are
anagrams. Write the pseudocode for the algorithm.
b What is the time efficiency of the algorithm worst case and average case if different Justify your answer. Clearly indicate the input size parameter and the algorithms basic operation.
c Implement your algorithm in C using the function prototype below. Submit separately as a text file
bool isAnagramstring string;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
