Is there any way to get an inexpensive algorithm for sorting n integers with n processors for EREW PRAM ?
Yes, there is a Richard Cole algorithm called "Parallel Merge Sort" that theoretically sorts input data (not just integers) into EREW PRAM in O (log n) using O (n) processors.
http://epubs.siam.org/doi/abs/10.1137/0217049
Source: https://habr.com/ru/post/1441953/More articles:What is a good BNF grammar testing tool? - javaHow to get Regions Sublime creates when a word is selected? - pythonPython rectangle collision handling with pygame - pythonSetting random seed for cytoscape.js syntax layout? - cytoscape.jsUsing the GWT + Maven Project in Eclipse - eclipseHow to reference a parent model from an Uploader Carrierwave object - ruby | fooobar.comInterrupt Flow and ActionListener Java - javaHow to do multi-line input in phpsh? - phpshjava.lang.illegalargumentexception illegal character in url - androidHow to configure gitblit in windows - gitAll Articles