Question: Use possible threads and concurrency for this question i cnt figure that out?? Your task is to search for a palindrome string of length (
Use possible threads and concurrency for this question i cnt figure that out?? Your task is to search for a palindrome string of length n in a two dimensional matrix of random single characters between az the idea of the solution is to parallelize the search between all possible threads and count each occurrence. The matrix size is x 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, you need to test using different thread count for your search, you need to submit two solutions using MPI and OpenMP: OpenMP C file and results of execution. Repeat part using MPI C file and results of execution. Code below can be used to generate the matrix:fori ;i ROWS;i forj ;j COLUMNS;jaijrandA;Hint: start your testing with a small matrix, x to make sure it is working, then scale upto xYou can use a function for the search or string libraries.Example of execution output: palindromes of size found in s using threads palindromes of size found in s using threads palindromes of size found in s using threads palindromes of size found in s using threads. palindromes of size found in s using threads palindromes of size found in s using threads palindromes of size found in s using threads palindromes of size found in s using threads. palindromes of size found in s using threads palindromes of size found in s using threads. palindromes of size found in s using threads palindromes of size found in s using threads. palindromes of size found in s using threads palindromes of size found in s using threads palindromes of size found in s using threads palindromes of size found in s using threads. palindromes of size found in s using threads palindromes of size found in s using threads palindromes of size found in s using threads palindromes of size found in s using threads. palindromes of size found in s using threads palindromes of size found in s using threads palindromes of size found in s using threads palindromes of size found in s using threads. palindromes of size found in s using threads palindromes of size found in s using threads palindromes of size found in s using threads palindromes of size found in s using threads. palindromes of size found in s using threads palindromes of size found in s using threads palindromes of size found in s using threads palindromes of size found in s using threads.
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
