Skip to content

Chismur/vsu-concurrent-programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
matmalik
Dec 25, 2018
eb26e4e · Dec 25, 2018

History

11 Commits
Dec 25, 2018
Oct 19, 2018
Dec 25, 2018
Oct 11, 2018
Dec 25, 2018

Repository files navigation

Concurrent programming
Task 1

Find maxElem element of the given matrix (of arbitrary size) which is divisible by 3 (by whole)

Important:

  1. Sharing the elements between threads have to be element-wise (not row-wise in general)
  2. The less elements the given matrix has the less threads have to be created
  3. The number of threads is bounded by the number of physical PC's threads

About

VSU project for concurrent programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published