pentalpha / sequencer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

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


Languages

Language:C++ 94.1%Language:C 3.5%Language:Makefile 2.4%