Skip to content

The purpose is to reduce the computation time of the Mandelbrot image by implementing the multi threads.

Notifications You must be signed in to change notification settings

singhpreetileo90/ParallelProgramming-Threads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run the program - 
steps - 
1 . gcc -o mandel mandel.c bitmap.c -pthread
2. mandel -x -0.2869325 -y 0.0142905 -s 0.000001 -W 1024 -H 1024 -m 1000 -n 1
 

About

The purpose is to reduce the computation time of the Mandelbrot image by implementing the multi threads.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published