Ideas for student parallel programming project
Posted
by chi42
on Stack Overflow
See other posts from Stack Overflow
or by chi42
Published on 2010-04-23T03:27:50Z
Indexed on
2010/04/23
3:33 UTC
Read the original article
Hit count: 353
c
|parallel-programming
I'm looking to do a parallel programming project in C (probably using pthreads or maybe OpenMP) for a class. It will done by a group of about four students, and should take about 4 weeks. I was thinking it would be interesting to attack some NP-complete problem with a more complex algorithm like a genetic algo with simulated annealing, but I'm not sure if it would be a big enough project.
Anyone knew of any cool problems that could benefit from a parallel approach?
© Stack Overflow or respective owner