Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS214-Project-2

Multi threaded sorter

To Do

  • Add a global linked list with movie arrays
  • Add a dynamically allocated array with thread ids
  • Replace forks with threads
    • Call new function and pass the individual file path
    • Lock global linked list
  • Go through linked list and merge the arrays recursively
    • Every merge will be in a new thread merging two structs
  • Then print the array once the linked list has only one entry

About

implemented multithreading in imdb movie sorter

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages