Skip to content

youssefrashed1999/Matrix-Multiplication-threads-in-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Matrix-Multiplication-threads-in-C

Matrix Multiplication using Threads in C This code is supposed to read two matrices and thier dimensions from a file and multiply them using threads. NOTE THAT: the maximum size of the matrices is static. If you want to multiply two big matrices, you can either implement dynamic allocation or just edit the size manually before running the code.

Releases

No releases published

Packages

No packages published

Languages