I am looking for a parallel programming project in C (possibly using pthreads or, possibly, OpenMP) for the class. This will be done by a group of four and will take about 4 weeks. I thought it would be interesting to attack some NP-complete problem with a more complex algorithm, such as a genetic algorithm with simulated annealing, but I'm not sure if it will be a big enough project.
Did anyone know of any cool issues that could benefit from a parallel approach?
c parallel-processing
chi42
source share