Skip to content

My program finds pattern from a text using threads. I need to create a dynamic array the size of the input file, fill the dynamic array with the information in the file, create a thread for every search pattern in the command line. Parent should start all of the threads. Each thread will search for their own search pattern in the array. Each thr…

Notifications You must be signed in to change notification settings

dalerrustamov/find

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

find

My program finds pattern from a text using threads. I need to create a dynamic array the size of the input file, fill the dynamic array with the information in the file, create a thread for every search pattern in the command line. Parent should start all of the threads. Each thread will search for their own search pattern in the array. Each thread should keep a count of the number of occurrences of their search pattern that are found in the array. The parent should wait for each thread to complete. Once each thread has terminated the parent can print the findings from each thread.

About

My program finds pattern from a text using threads. I need to create a dynamic array the size of the input file, fill the dynamic array with the information in the file, create a thread for every search pattern in the command line. Parent should start all of the threads. Each thread will search for their own search pattern in the array. Each thr…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages