Skip to main content
Tweeted twitter.com/StackCodeReview/status/1579804008633749507
edited title; edited tags; edited tags
Link
coderodde
  • 31.9k
  • 15
  • 78
  • 204

Fast portable, parallel MSD radix sort for unsigned keys in ANSI CC89

added 52 characters in body
Source Link
coderodde
  • 31.9k
  • 15
  • 78
  • 204

Now I have this portable, parallel MSD radix sort for unsigned keys. It exhibits linear speedup on small values of \$P\$ and has a running time of $$ \Theta(N/P + P). $$$$ \Theta(N/P + P), $$ where \$P\$ is the number of processors available.

Now I have this portable, parallel MSD radix sort for unsigned keys. It exhibits linear speedup on small values of \$P\$ and has a running time of $$ \Theta(N/P + P). $$

Now I have this portable, parallel MSD radix sort for unsigned keys. It exhibits linear speedup on small values of \$P\$ and has a running time of $$ \Theta(N/P + P), $$ where \$P\$ is the number of processors available.

Added "ANSI" to the title.
Link
coderodde
  • 31.9k
  • 15
  • 78
  • 204

Fast portable, parallel MSD radix sort for unsigned keys in ANSI C

Source Link
coderodde
  • 31.9k
  • 15
  • 78
  • 204
Loading