yshshrm / Algorithms-And-Data-Structures

List of data structures and algorithms
16 stars 82 forks source link

Adds parallel quicksort in Erlang #120

Closed mguenther closed 6 years ago

mguenther commented 6 years ago

I thought it might be nice to bring in another language to the mix. This PR includes the implementation of a very concise parallel quicksort implementation that divides individual sorting steps using a fork-join-approach.