Szymański's algorithm: Difference between revisions

Content added Content deleted
(initial task and Julia example)
 
m (edit paragraphing)
Line 8: Line 8:


;Task
;Task
* Implement Szymanski's algorithm utilizing parallel processes, threads, or similar coroutines. Your example
* Implement Szymanski's algorithm utilizing parallel processes, threads, or similar coroutines.
should implement the steps shown in the Wikipedia's pseudocode at https://en.wikipedia.org/wiki/Szyma%C5%84ski%27s_algorithm#The_algorithm.
* Your example should implement the steps shown in the Wikipedia's pseudocode at the Wikipedia reference below.



;See also
;See also