Skip to content

pentalpha/sequencer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published