Question
Discrete math 1. Let a 1 ,...,a m and b 1 ,...,b n be two sequences of digits. Consider the following algorithm: s 0 for
Discrete math
1. Let a1,...,am and b1,...,bn be two sequences of digits. Consider the following algorithm: s 0 for i {1, ..., m} do: for j {1, ..., n} do: s s + ai bj a) How many multiplications will this algorithm conduct?
b) How many times will this algorithm do the operation?
2. Explain the difference between O(n2log(n)), (n2log(n)), and (n2log(n)) as clearly as you can. Draw a Venn diagram and give some examples of functions that are in each area of the Venn diagram. (BONUS: see if you can include some functions that are not in any of these classes.)
Step 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