Your task is to search for a in a two dimensional matrix of random single
Ask Expert

Be Prepared For The Toughest Questions

Practice Problems

Your task is to search for a in a two dimensional matrix of random single

Your task is to search for a in a two dimensional matrix of random single characters between a palindrome string of length (n)z, the idea of the solution is to parallelize the search between all possible threads and count each occurrence. The matrix size is 1000x1000, you can input the number you want to search or hard code it, search right to left, up to down and diagonally up to down. Make sure to include timing to your code using MPI and OpenMP:

1. OpenMP C file and results of execution. 50%

2. Repeat part 1 using MPI C file and results of execution. 50%

Code below can be used to generate the matrix:

for(i = 0;i < ROWS;i++)

for(j = 0;j < COLUMNS;j++)

a[i][j] = (rand() % 26) + 'A';

Hint: start your testing with a small matrix, 10x10 to make sure it is working, then scale

up to 1000x1000.

You can use function for the search or string libraries.

Example of execution output:

Search for 6 letters words:

47345 words found

Execution time: 24 msec using 4 threads

Hint
ComputerMatrix is a set of numbers which are arranged in rows and columns in a way to form a rectangular array. Also, the numbers are known as the elements, or entries, of the matrix. Also, matrices have wide applications in the physics, engineering, economics, and statistics along with the various branches of the mathematics....

Know the process

Students succeed in their courses by connecting and communicating with
an expert until they receive help on their questions

1
img

Submit Question

Post project within your desired price and deadline.

2
img

Tutor Is Assigned

A quality expert with the ability to solve your project will be assigned.

3
img

Receive Help

Check order history for updates. An email as a notification will be sent.

img
Unable to find what you’re looking for?

Consult our trusted tutors.

Developed by Versioning Solutions.