I have to parallelize some c++ application for my college project. But, I could not think of any application that is not very huge and can be parallelizes. I would like suggestions from you guys.
Please suggest me some serial application that I can parallelize. Please point me to some link where I can get code for some (not very huge) application that I can then parallelize.
Thanks
Do some Fourier-Transformation. There are gazillion good reasons to do one and it can be parallelized. Edith reminded me that if a Fourier is too complicated, do a Discrete Cosine Transform. Much easier to code. Just google “DCT” and you will find examples and explanations.