Question: 7 0 In . C 1 0 : 1 4 AAUP E - Learn... moodle.aaup.edu Algorithms Analysis and Design Assignment 1 Notes: When you send

70 In.
C 10:14
AAUP E-Learn...
moodle.aaup.edu
Algorithms Analysis and Design
Assignment
1
Notes:
When you send the solution of the Assignment mention the HW characterizes of the used device
Insert the applied code before the Tables result.
Use the function that calculate time in the programming language used
Q1: Use Compiler (ex: C++ to create 2(n**n) matrices [A]*
[B]=[C]. Generate A and B randomly as follows:
[A]**[B]
Execution Time
[100**100]**[100**100]
[500**500]**[500**500]
[1000**1000]**[1000**1000]
[2500**2500]**[2500**2500]
[5000**5000]**[5000**5000]
[10000**10000]**[10000**10000]
[20000**20000]**[20000**20000]
Q2: A) Use Compiler (in: C++) to create array A=[dots..n], Generate A randomly as follows, then apply insertion and selection sort for the same generated array:
A=[1dots..n] Insertion sort time Selection sort time
100
500
1000
2500
5000
10000
25000
50000
100000
B) Apply insertion sort to sort the string "algorithm" in alphabetical order
Show each iteration of insertion sort on the string. Find the number of comparisons
Q3: Prove or disprove
5n2+40n+100=O(n2).
n31000=O(n2).
f(n)=i=1ni2. is f(n)=On3?
nk=O2n
i=1nlogi=Onlogn
7n=(9n)
 70 In. C 10:14 AAUP E-Learn... moodle.aaup.edu Algorithms Analysis and Design

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!