项目作者: pentalpha

项目描述 :
Parallel algorithm (using OpenMP) for sequencing segments of text in order to return the full text.
高级语言: C++
项目地址: git://github.com/pentalpha/sequencer.git
创建时间: 2016-03-23T18:24:57Z
项目社区:https://github.com/pentalpha/sequencer

开源协议:

下载


Highly parallelized algorithm (using OpenMP) for sequencing segments of text in order to return the full text.

Input - lines of text (%% = \n):

“Casa aba %% data

data live stream”

Output - full text:

“Casa aba

data live stream”

Algorithm made for the Bioinformatics Hackathon (http://bioinformatica.imd.ufrn.br/snnb/), won first place with a run time of 0.05s.


Tarefa para o Hackaton 2016 (Seminario Bioinformatica)