james
james

Reputation: 1165

convert sorting network to median network for small data set

I can generate the some good sorting network from here: http://pages.ripco.net/~jgamble/nw.html

But what I want is to reduce the number of operations in a given sorting network to get median.

My question is, is there any convenient way to achieve this without manually convert it myself? I only need median network for small data set, such as 3, 5, 9, 11, 13, 15.

Upvotes: 0

Views: 263

Answers (0)

Related Questions