Q: Design a class for concurrent quicksort in C++.
Decided to use OpenMp since Pthread doesn't work well with classes, not without ton's of efforts.
Decided to use OpenMp since Pthread doesn't work well with classes, not without ton's of efforts.
0 comments:
Post a Comment