Skip to content

Vaneeza-7/OS-Matrix-Multiplication-using-fork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

OS-Matrix-Multiplication-using-fork

The repository contains the code to multiply two matrices using fork.

The program creates a new process for multipication of each row and saves the result of each row inside a file with the process id. In the end, the program reads all the files to construct the final matrix.

NOTE: The matrix size and values are calculated randomly.

About

matrix multiplication using fork, in order to create a process for multiplying each row.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages