Click here to Skip to main content
15,890,282 members
Articles / Programming Languages / C++

Parallel QuickSort with U++ CoWork

Rate me:
Please Sign up or sign in to vote.
3.50/5 (7 votes)
10 Jan 2016BSD5 min read 12.3K   111   5  
QuickSort like other divide-and-conquer algorithms is quite amenable for parallelization. We provide such version using CoWork parallelization class of U++ framework.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The BSD License


Written By
Czech Republic Czech Republic
Mirek Fidler is C/C++ programmer for more than 20 years. He is a coauthor of U++ framework.

Comments and Discussions