add sorting in OpenMP: List of exercises
Hi @EldhosePoulose,
Just to be sure, are you referring to adding an exercise in the OpenMP section, which would revolve around a sorting algorithm, or are you referring to adding a feature to the list of exercises where exercises could be sorted (such as on their name, difficulty etc...)?
If the former, the good news is that there is a plethora of sorting algorithms to choose from. Any idea?
hallo thanks for the feedback. I was refering the exercise section where a simple parallel sort (bubble sort for example) implementation using OpenMP.
for instance you have a tab seperated 2 column dataset. an explanation on how parallel sort work would be a great entry point for the people. Like the examples you started.